From caf2b2ce102ce13d9a3bf748f36c90442a968aea Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Apr 02 2014 15:44:39 +0000 Subject: fix dependencies (#1083470) Move pytz, add python-setuptools dependency to python-babel, remove bogus dependency on self from python3-babel. --- diff --git a/babel.spec b/babel.spec index 0ab6424..c5a3037 100644 --- a/babel.spec +++ b/babel.spec @@ -5,7 +5,7 @@ Name: babel Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for internationalizing Python applications Group: Development/Languages @@ -26,7 +26,6 @@ BuildRequires: python-sphinx Requires: python-babel Requires: python-setuptools -Requires: pytz %if 0%{?with_python3} BuildRequires: python3-devel @@ -47,6 +46,9 @@ Babel is composed of two major parts: Summary: Library for internationalizing Python applications Group: Development/Languages +Requires: python-setuptools +Requires: pytz + %description -n python-babel Babel is composed of two major parts: @@ -61,7 +63,6 @@ Babel is composed of two major parts: Summary: Library for internationalizing Python applications Group: Development/Languages -Requires: python3-babel Requires: python3-setuptools Requires: python3-pytz @@ -154,6 +155,9 @@ rm -rf %{buildroot} %doc docs/* %changelog +* Wed Apr 02 2014 Nils Philippsen - 1.3-3 +- fix dependencies (#1083470) + * Sun Oct 06 2013 Felix Schwarz - 1.3-2 - enable python3 subpackage