From 066ba5f072079af7db8b188a0b7501793107ab3d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 05:49:26 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-straight-plugin.spec b/python-straight-plugin.spec index 7f81b9d..c5afdd3 100644 --- a/python-straight-plugin.spec +++ b/python-straight-plugin.spec @@ -6,7 +6,7 @@ Name: python-straight-plugin Version: 1.4.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python plugin loader License: BSD @@ -16,7 +16,7 @@ Source0: http://pypi.python.org/packages/source/s/straight.plugin/straigh BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -123,6 +123,10 @@ popd %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1.4.0-13 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.4.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild