From 003956afe9dc79a9aaa4f62b73af658fab4cd3a8 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 04:15:01 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-kdcproxy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index e5710ff..bd8e773 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -2,7 +2,7 @@ Name: python-%{realname} Version: 0.3.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT @@ -19,7 +19,7 @@ BuildRequires: python2-devel BuildRequires: /usr/bin/tox BuildRequires: python2-pytest BuildRequires: python2-coverage -BuildRequires: python-webtest +BuildRequires: python2-webtest BuildRequires: python2-pyasn1 BuildRequires: python2-dns BuildRequires: python2-mock @@ -102,6 +102,10 @@ tox --sitepackages -e py%{python2_version_nodots},py%{python3_version_nodots} || %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.3.2-11 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.3.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild