diff --git a/python-pysnmp.changes b/python-pysnmp.changes index 7c0c1a0..9d23746 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:53 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Nov 27 17:56:55 UTC 2018 - alexander_naumov@opensuse.org diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 464788f..4922752 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,6 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: http://pysnmp.sourceforge.net/ Source: https://github.com/etingof/pysnmp/archive/v%{version}.tar.gz#/pysnmp-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pyasn1 >= 0.2.3} BuildRequires: %{python_module pycryptodome} BuildRequires: %{python_module pysmi}