rpms/python-paver/devel python-paver.spec,1.3,1.4

Toshio くらとみ toshio at fedoraproject.org
Mon Dec 15 20:23:55 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-paver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30103

Modified Files:
	python-paver.spec 
Log Message:

* Mon Dec 15 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-5
- Require python-setuptools as the paver app is a setuptools script.



Index: python-paver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/devel/python-paver.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-paver.spec	15 Dec 2008 16:51:11 -0000	1.3
+++ python-paver.spec	15 Dec 2008 20:23:24 -0000	1.4
@@ -3,7 +3,7 @@
 %define srcname Paver
 Name: python-paver
 Version: 0.8.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Python-based build/distribution/deployment scripting tool
 
 Group: Development/Languages
@@ -19,6 +19,7 @@
 BuildRequires: python-nose
 
 Requires:      python-devel
+Requires:      python-setuptools
 
 %description
 Paver is a Python-based build/distribution/deployment scripting tool along the
@@ -78,6 +79,9 @@
 
 
 %changelog
+* Mon Dec 15 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-5
+- Require python-setuptools as the paver app is a setuptools script.
+
 * Mon Dec 15 2008 Luke Macken <lmacken at redhat.com> - 0.8.1-4
 - Require python-devel.
 




More information about the fedora-extras-commits mailing list