rpms/python-virtualenv/devel python-virtualenv.spec,1.4,1.5

Steve Milner smilner at fedoraproject.org
Tue Dec 2 00:42:04 UTC 2008


Author: smilner

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

Modified Files:
	python-virtualenv.spec 
Log Message:
Fix dependencies.



Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/devel/python-virtualenv.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-virtualenv.spec	29 Nov 2008 16:02:00 -0000	1.4
+++ python-virtualenv.spec	2 Dec 2008 00:41:34 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name:           python-virtualenv
 Version:        1.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
@@ -14,6 +14,7 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools-devel
+Requires:       python-setuptools, python-setuptools-devel
 
 
 %description
@@ -51,6 +52,9 @@
 
 
 %changelog
+* Mon Dec  1 2008 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.3.1-3
+- Added missing dependencies.
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.3.1-2
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list