From ec88ba56fc9511556c5bb63ae4cfe55250c49dec Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Oct 27 2020 15:08:46 +0000 Subject: Replace Python version glob with macro (needed for Python 3.10+) --- diff --git a/python-pyphi.spec b/python-pyphi.spec index a876e10..530dcfa 100644 --- a/python-pyphi.spec +++ b/python-pyphi.spec @@ -92,7 +92,7 @@ py.test-%{python3_version} %license LICENSE.md %doc README.md CHANGELOG.md CACHING.rst redis.conf %{python3_sitelib}/%{srcname} -%{python3_sitelib}/%{srcname}-%{version}-py3.?.egg-info +%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info %files doc %license LICENSE.md