Replace Python version glob with macro (needed for Python 3.10+)
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/ Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>
This commit is contained in:
parent
51ded20462
commit
be32eb41e1
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v \
|
|||
%doc README.rst
|
||||
%license COPYING
|
||||
%attr(0755,root,root) %{python3_sitearch}/%{pypi_name}.*.so
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue