[python-genshi/f21: 3/4] fix dependency on python3-babel (bz 1163067)

Felix Schwarz fschwarz at fedoraproject.org
Wed Nov 12 12:14:57 UTC 2014


commit a6d520582465cfc990651455e41d255d6d501cd8
Author: Felix Schwarz <fschwarz at fedoraproject.org>
Date:   Wed Nov 12 12:52:17 2014 +0100

    fix dependency on python3-babel (bz 1163067)

 python-genshi.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-genshi.spec b/python-genshi.spec
index f6fa6a6..990d331 100644
--- a/python-genshi.spec
+++ b/python-genshi.spec
@@ -4,7 +4,7 @@
 
 Name:           python-genshi
 Version:        0.7
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Toolkit for stream-based generation of output for the web
 
 Group:          Development/Languages
@@ -25,8 +25,6 @@ Requires:       python-babel >= 0.8
 %if 0%{?with_python3}
 BuildRequires:      python3-devel
 BuildRequires:      python3-setuptools
-
-Requires:           python3-babel >= 0.8
 %endif
 
 %description
@@ -40,6 +38,7 @@ a template language, which is heavily inspired by Kid.
 Summary:        Toolkit for stream-based generation of output for the web
 Group:          Development/Languages
 BuildArch:      noarch
+Requires:       python3-babel >= 0.8
 
 %description -n python3-genshi
 Genshi is a Python library that provides an integrated set of
@@ -101,6 +100,9 @@ popd
 %endif
 
 %changelog
+* Wed Nov 12 2014 Felix Schwarz <fschwarz at fedoraproject.org> - 0.7-7
+- fix dependency on python3-babel (bz 1163067)
+
 * Thu Oct 30 2014 Felix Schwarz <fschwarz at fedoraproject.org> - 0.7-6
 - fix tests on Python 2.7.8 (RHBZ 1106778)
 - enable python3 subpackage again as we have Babel 1.3 now in the repos


More information about the scm-commits mailing list