[python-virtualenvwrapper] Added new dependency on python-virtualenv-clone.

Ralph Bean ralph at fedoraproject.org
Mon Jul 16 20:17:03 UTC 2012


commit facd6015285bb95284ab8d999472133f0ae70452
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jul 16 16:16:53 2012 -0400

    Added new dependency on python-virtualenv-clone.

 python-virtualenvwrapper.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec
index 56f5e27..195653e 100644
--- a/python-virtualenvwrapper.spec
+++ b/python-virtualenvwrapper.spec
@@ -2,7 +2,7 @@
 
 Name:             python-virtualenvwrapper
 Version:          3.5
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Enhancements to virtualenv
 
 Group:            Development/Languages
@@ -16,8 +16,10 @@ BuildArch:        noarch
 BuildRequires:    python-devel
 BuildRequires:    python-setuptools
 BuildRequires:    python-virtualenv
+BuildRequires:    python-virtualenv-clone
 
 Requires:         python-virtualenv
+Requires:         python-virtualenv-clone
 
 %description
 virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
@@ -44,6 +46,9 @@ one project at a time without introducing conflicts in their dependencies.
 %{_bindir}/virtualenvwrapper_lazy.sh
 
 %changelog
+* Mon Jul 16 2012 Ralph Bean <rbean at redhat.com> 3.5-2
+- Added new dependency on python-virtualenv-clone
+
 * Mon Jul 09 2012 Ralph Bean <rbean at redhat.com> 3.5-1
 - Latest upstream version.
 


More information about the scm-commits mailing list