]> git.pld-linux.org Git - packages/python-pygraphviz.git/commitdiff
- added setuptools,
authordjrzulf <djrzulf@pld-linux.org>
Sat, 26 Nov 2005 16:15:05 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pygraphviz.spec -> 1.2

python-pygraphviz.spec

index 0183bdc8b60945a7ec8b0e70fb2d15ce3ae5169d..cc4fecb725916b35556aee5844b1c5a632ce536a 100644 (file)
@@ -11,6 +11,8 @@ License:      GPL v2+
 Group:         Libraries/Python
 Source0:       http://dl.sourceforge.net/networkx/%{module}-%{version}.tar.gz
 # Source0-md5: ea2a1f28dd64f616ba8d3e3080e042be
+Source1:       http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a7-py2.4.egg
+# Source1-md5: c6d62dab4461f71aed943caea89e6f20
 URL:           http://networkx.sourceforge.net/
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
@@ -23,6 +25,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %prep
 %setup -q -n %{module}-%{version}
+install %{SOURCE1} ./
 
 %build
 python setup.py build
This page took 0.092291 seconds and 4 git commands to generate.