From f51d7d839392469a239fdbd634d90d8569ccdb91 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 26 2018 01:23:43 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-oslotest.spec b/python-oslotest.spec index ac9b7b1..dbb34a6 100644 --- a/python-oslotest.spec +++ b/python-oslotest.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 2.13.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OpenStack test framework License: ASL 2.0 @@ -24,30 +24,30 @@ Summary: OpenStack test framework %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel -BuildRequires: python-pbr -BuildRequires: python-sphinx -BuildRequires: python-oslo-sphinx >= 2.2.0 +BuildRequires: python2-pbr +BuildRequires: python2-sphinx +BuildRequires: python2-oslo-sphinx >= 2.2.0 # test requires -BuildRequires: python-six -BuildRequires: python-testrepository -BuildRequires: python-testscenarios -BuildRequires: python-mock -BuildRequires: python-mox3 -BuildRequires: python-debtcollector - -Requires: python-debtcollector -Requires: python-fixtures +BuildRequires: python2-six +BuildRequires: python2-testrepository +BuildRequires: python2-testscenarios +BuildRequires: python2-mock +BuildRequires: python2-mox3 +BuildRequires: python2-debtcollector + +Requires: python2-debtcollector +Requires: python2-fixtures # os-client-config is a dependency but it's circular dependency making it # imposible to bootstrap the repo. -#Requires: python-os-client-config -Requires: python-six -Requires: python-subunit -Requires: python-testrepository -Requires: python-testscenarios -Requires: python-testtools -Requires: python-mock -Requires: python-mox3 +#Requires: python2-os-client-config +Requires: python2-six +Requires: python2-subunit +Requires: python2-testrepository +Requires: python2-testscenarios +Requires: python2-testtools +Requires: python2-mock +Requires: python2-mox3 %description -n python2-%{pypi_name} @@ -144,6 +144,10 @@ rm -rf .testrepository %endif %changelog +* Fri Jan 26 2018 Iryna Shcherbina - 2.13.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 2.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild