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
1692957d7f
commit
a8c98cddee
@ -46,7 +46,7 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch}:$PYTHONPATH
|
||||
python3 -m pytest test
|
||||
|
||||
%files -n python3-%{name}
|
||||
%{python3_sitearch}/xattr.cpython-??*
|
||||
%{python3_sitearch}/xattr.cpython-%{python3_version_nodots}*
|
||||
%{python3_sitearch}/*egg-info
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
|
Loading…
Reference in New Issue
Block a user