From 70fd6db2a226e306e67a4f3558670a6f1e7a5fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 26 Aug 2019 13:09:14 +0200 Subject: [PATCH] Replace %{python3_pkgversion} with 3, the package was not EPEL compatible anyway --- python-six.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python-six.spec b/python-six.spec index eadac62..ac93284 100644 --- a/python-six.spec +++ b/python-six.spec @@ -51,15 +51,14 @@ Summary: %{summary} Obsoletes: platform-python-%{modname} < %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel %if %{with tests} BuildRequires: python3-pytest BuildRequires: python3-tkinter %endif -BuildRequires: python%{python3_pkgversion}-pip -BuildRequires: python%{python3_pkgversion}-wheel - %description -n python3-%{modname} %{_description} Python 3 version.