From c95e036f505eccb99cd8b047eb6b4f7fe48e551a Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Tue, 27 Oct 2020 16:08:46 +0100 Subject: [PATCH] Replace Python version glob with macro (needed for Python 3.10+) --- python-httpretty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 2759362..4cd2768 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -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