14
0
forked from pool/python-pysnmp

Accepting request 784881 from devel:languages:python

- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/784881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=16
This commit is contained in:
2020-03-16 09:18:18 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 14 09:11:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 24 18:28:18 UTC 2019 - Martin Hauke <mardnh@gmx.de> Tue Sep 24 18:28:18 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pysnmp # spec file for package python-pysnmp
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -78,7 +78,7 @@ chmod -x docs/net-snmptrapd.conf docs/net-snmpd.conf
%license LICENSE.rst %license LICENSE.rst
%doc CHANGES.txt README.md THANKS.txt TODO.txt docs examples %doc CHANGES.txt README.md THANKS.txt TODO.txt docs examples
%{python_sitelib}/pysnmp/ %{python_sitelib}/pysnmp/
%{python_sitelib}/pysnmp-%{version}-py%{py_ver}.egg-info %{python_sitelib}/pysnmp-%{version}-py%{python_version}.egg-info
%files -n python-pysnmp-doc %files -n python-pysnmp-doc
%license LICENSE.rst %license LICENSE.rst