14
0
forked from pool/python-snimpy

Accepting request 897857 from home:mnhauke

- Drop compatibility with Python 2

OBS-URL: https://build.opensuse.org/request/show/897857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=7
This commit is contained in:
2021-06-07 07:08:26 +00:00
committed by Git OBS Bridge
parent 9269c81e56
commit dbe5b23dda
4 changed files with 11 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# spec file for package python-snimpy
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2016-2020, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2016-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-snimpy
Version: 0.8.14
Version: 1.0.0
Release: 0
Summary: Interactive SNMP tool
License: ISC
@@ -46,7 +46,7 @@ Requires: python-pycryptodomex
Requires: python-pysnmp >= 4
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
%description