[babel] add pytz build requirement for tests

Nils Philippsen nphilipp at fedoraproject.org
Thu Oct 18 12:51:08 UTC 2012


commit b6ee3289254a8e41c886f41ae347141f0cc9c448
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Oct 18 14:50:31 2012 +0200

    add pytz build requirement for tests

 babel.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/babel.spec b/babel.spec
index 333c11c..578afb9 100644
--- a/babel.spec
+++ b/babel.spec
@@ -16,6 +16,7 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
+BuildRequires:  pytz
 
 Requires:       python-babel
 Requires:       python-setuptools
@@ -133,6 +134,7 @@ rm -rf %{buildroot}
 %changelog
 * Thu Oct 18 2012 Nils Philippsen <nils at redhat.com> - 0.9.6-6
 - run tests in %%check
+- add pytz build requirement for tests
 
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 0.9.6-5
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3


More information about the scm-commits mailing list