Skip to content

Commit

Permalink
Fixed a Python3 variable mistake in the Fedora spec file
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jul 17, 2021
1 parent 7844eb7 commit 7d704d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/fedora/python-nocasedict.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ case-insensitivity of course):

%description %{_description}

%package -n python3-%{srcname}
%package -n python%{python3_pkgversion}-%{srcname}
Summary: %{summary}
Requires: python%{python3_pkgversion}-six
BuildRequires: python%{python3_pkgversion}-devel
Expand All @@ -49,7 +49,7 @@ BuildRequires: python%{python3_pkgversion}-pytest
%check
%{python3} setup.py test

%files -n python3-%{srcname}
%files -n python%{python3_pkgversion}-%{srcname}
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{srcname}*.egg-info/
Expand Down

0 comments on commit 7d704d5

Please sign in to comment.