]> git.pld-linux.org Git - packages/python-zmq.git/commitdiff
distribute is obsoleted by setuptools
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 22 Oct 2018 12:14:40 +0000 (14:14 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 22 Oct 2018 12:14:40 +0000 (14:14 +0200)
python-zmq.spec

index cd2a5510e09260808f11d86ef4340de640141763..06beeee2fb65bebcac83335a0456fd2567bcbe2a 100644 (file)
@@ -19,11 +19,12 @@ URL:                http://github.com/zeromq/pyzmq
 %if %{with python2}
 BuildRequires: python-Cython >= 0.16
 BuildRequires: python-devel >= 1:2.6
-BuildRequires: python-distribute
+BuildRequires: python-setuptools
 %endif
 %if %{with python3}
 BuildRequires: python3-Cython >= 0.16
 BuildRequires: python3-devel >= 3.2
+BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.710
This page took 0.096523 seconds and 4 git commands to generate.