]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
python: use setuptools instead of distribute
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 31 Mar 2015 12:31:52 +0000 (14:31 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 31 Mar 2015 12:31:52 +0000 (14:31 +0200)
Use current python-setuptools instead of obsolete python-distribute.

python.spec

index 7fb6f36e44a89e992ee8fb250e5d011067ca3637..7936c5d57e12c084b45e749cc16963d30d6c521a 100644 (file)
@@ -26,11 +26,11 @@ BuildRequires:      rpmbuild(macros) >= 1.219
 # when python3 present
 %if %{with python2}
 BuildRequires: python-devel
-BuildRequires: python-distribute
+BuildRequires: python-setuptools > 7.0
 %endif
 %if %{with python3}
 BuildRequires: python3-devel
-BuildRequires: python3-distribute
+BuildRequires: python3-setuptools > 7.0
 BuildRequires: python3-modules
 %endif
 # Below Rs only work for main package (python2)
This page took 0.464632 seconds and 4 git commands to generate.