From 6a786828bb5f8ce79619a02a225cf6652ffac5e4 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Dec 15 2017 10:43:11 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/babel.spec b/babel.spec index c27ea6f..9884b92 100644 --- a/babel.spec +++ b/babel.spec @@ -17,7 +17,7 @@ Name: babel Version: 2.3.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -43,14 +43,14 @@ BuildRequires: make %if %{default_python} >= 3 %if %{bootstrap} -BuildRequires: python-sphinx +BuildRequires: python2-sphinx %else BuildRequires: python3-sphinx %endif Requires: python3-babel Requires: python3-setuptools %else -BuildRequires: python-sphinx +BuildRequires: python2-sphinx Requires: python2-babel Requires: python2-setuptools %endif @@ -68,7 +68,7 @@ Babel is composed of two major parts: %package -n python2-babel Summary: %sum -Requires: python-setuptools +Requires: python2-setuptools Requires: pytz %{?python_provide:%python_provide python2-babel} @@ -162,6 +162,10 @@ export TZ=America/New_York %doc built-docs/html/* %changelog +* Fri Dec 15 2017 Iryna Shcherbina - 2.3.4-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 2.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild