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 3a4b12f807
commit c95e036f50

View File

@ -160,7 +160,7 @@ LANG=C.UTF-8 %{__python2} -m nose -v
%doc README.rst
%license COPYING
%{python3_sitelib}/httpretty
%{python3_sitelib}/httpretty-%{version}-py3.?.egg-info
%{python3_sitelib}/httpretty-%{version}-py%{python3_version}.egg-info
%endif