[python-django-setuptest] add python-six dependency

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Jan 16 16:33:33 UTC 2014


commit 84b92b90e7630c7127527dedb864d8479cbb5cd0
Author: lbazan <lbazan at fedoraproject.org>
Date:   Thu Jan 16 11:33:30 2014 -0500

    add python-six dependency

 python-django-setuptest.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-django-setuptest.spec b/python-django-setuptest.spec
index 61c8841..12c8b4e 100644
--- a/python-django-setuptest.spec
+++ b/python-django-setuptest.spec
@@ -2,7 +2,7 @@
 
 Name:           python-django-setuptest
 Version:        0.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple module enabling Django app testing
 
 License:        BSD
@@ -14,6 +14,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-coverage
 BuildRequires:  python-pep8
 BuildRequires:  python-setuptools
+BuildRequires:  python-six
 Requires:       python-django
 BuildRequires:  python-django
 
@@ -39,6 +40,9 @@ python setup.py install --skip-build --root $RPM_BUILD_ROOT
 %{python_sitelib}/django_setuptest-*.egg-info
 
 %changelog
+* Thu Jan 16 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.1.4-2
+- add python-six
+
 * Thu Jan 16 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.1.4-1
 - New Upstream version
 - remove some lines not necessary


More information about the scm-commits mailing list