[projects/template-specs] drop the confusing setuptools version requirement
jajcus
jajcus at pld-linux.org
Mon Jun 15 14:00:45 CEST 2015
commit 12c91b266c40f7d09076f74277c0b894e79ba887
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Jun 15 14:00:26 2015 +0200
drop the confusing setuptools version requirement
python.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python.spec b/python.spec
index ec96acd..09fa618 100644
--- a/python.spec
+++ b/python.spec
@@ -26,12 +26,12 @@ BuildRequires: rpmbuild(macros) >= 1.219
# when python3 present
%if %{with python2}
BuildRequires: python-devel
-BuildRequires: python-setuptools >= 7.0
+BuildRequires: python-setuptools
%endif
%if %{with python3}
BuildRequires: python3-devel
BuildRequires: python3-modules
-BuildRequires: python3-setuptools >= 7.0
+BuildRequires: python3-setuptools
%endif
# Below Rs only work for main package (python2)
#Requires: python-libs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/12c91b266c40f7d09076f74277c0b894e79ba887
More information about the pld-cvs-commit
mailing list