rpms/python-virtualenv/F-10 python-virtualenv.spec,1.3,1.4

Steve Milner smilner at fedoraproject.org
Tue Dec 2 00:40:20 UTC 2008


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30444

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



Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/F-10/python-virtualenv.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-virtualenv.spec	28 Nov 2008 03:39:06 -0000	1.3
+++ python-virtualenv.spec	2 Dec 2008 00:39:49 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           python-virtualenv
 Version:        1.3.1
-Release:        1%{?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.
+
 * Fri Nov 28 2008 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.3.1-1
 - Updated for upstream release
 




More information about the fedora-extras-commits mailing list