Replace Python version glob with macro (needed for Python 3.10+)

This commit is contained in:
Tomas Hrnciar 2020-10-27 16:08:46 +01:00 committed by Miro Hrončok
parent 877b87c06c
commit 0bdac8c9e7

View File

@ -46,7 +46,7 @@ Pretend is a library to make stubbing with Python easier.
%license LICENSE.rst
%{python3_sitelib}/pretend.py
%{python3_sitelib}/__pycache__/pretend.cpython-3?*
%{python3_sitelib}/pretend-%{version}-py3.?.egg-info
%{python3_sitelib}/pretend-%{version}-py%{python3_version}.egg-info
%changelog