From 5ea1793a8d604c2a85ac9b7e7cb40f8e05ab7d42 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 07:05:20 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/pysnmp.spec b/pysnmp.spec index 3047e78..51619bd 100644 --- a/pysnmp.spec +++ b/pysnmp.spec @@ -1,6 +1,6 @@ Name: pysnmp Version: 4.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An SNMP engine written in Python License: BSD @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python3-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools Requires: net-snmp @@ -71,6 +71,10 @@ networking. %{python3_sitelib}/%{name}*.egg-info %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 4.4.4-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Jan 05 2018 Fabian Affolter - 4.4.4-1 - Updated to new upstream version 4.4.4