[python-zc-buildout] Add BuildRequires on python-six where python-manuel doesn't pull it in.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Mar 25 18:38:54 UTC 2013


commit 1b7d31bc25a1fd80b975394824189355ece35422
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Mar 25 14:38:46 2013 -0400

    Add BuildRequires on python-six where python-manuel doesn't pull it in.

 python-zc-buildout.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-zc-buildout.spec b/python-zc-buildout.spec
index 2827a73..718afd1 100644
--- a/python-zc-buildout.spec
+++ b/python-zc-buildout.spec
@@ -10,7 +10,7 @@
 Summary: System for managing development buildouts
 Name: python-zc-buildout
 Version: 2.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
 License: ZPLv2.1
 Group: Development/Libraries
@@ -23,6 +23,7 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-zope-testing
 BuildRequires:  python-nose
 BuildRequires:  python-manuel
+BuildRequires:  python-six
 
 %if 0%{with_python3}
 BuildRequires:  python3-devel
@@ -31,6 +32,7 @@ BuildRequires:  python3-setuptools
 BuildRequires:  python3-zope-testing
 BuildRequires:  python3-nose
 BuildRequires:  python3-manuel
+BuildRequires:  python3-six
 %endif
 
 Requires: python-setuptools
@@ -119,6 +121,9 @@ popd
 
 
 %changelog
+* Mon Mar 25 2013 Ralph Bean <rbean at redhat.com> - 2.1.0-2
+- Add BuildRequires on python-six where python-manuel doesn't pull it in.
+
 * Sun Mar 24 2013 Ralph Bean <rbean at redhat.com> - 2.1.0-1
 - Latest upstream
 - Uncommented %%check section.  Got it working!


More information about the scm-commits mailing list