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>
epel9
Miro Hrončok 5 years ago
parent 9cc79dedee
commit d6e360bb19

@ -58,7 +58,7 @@ sed -i '/pytest-capturelog/d' test-requirements.txt
%doc README.rst
%license LICENSE
%{python3_sitelib}/requests_unixsocket
%{python3_sitelib}/requests_unixsocket-%{version}-py?.?.egg-info
%{python3_sitelib}/requests_unixsocket-%{version}-py%{python3_version}.egg-info
%changelog
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.5-7

Loading…
Cancel
Save