From af55af9be20c28c6286ece3f31fc1e59494f992b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 25 May 2016 23:47:00 +0300 Subject: [PATCH] setuptools is likely to be used --- python.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.spec b/python.spec index 5106664..f40beda 100644 --- a/python.spec +++ b/python.spec @@ -28,11 +28,11 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 %if %{with python2} BuildRequires: python-modules -#BuildRequires: python-setuptools +BuildRequires: python-setuptools %endif %if %{with python3} BuildRequires: python3-modules -#BuildRequires: python3-setuptools +BuildRequires: python3-setuptools %endif # when using /usr/bin/env or other in-place substitutions #BuildRequires: sed >= 4.0 -- 2.44.0