forked from pool/python-pysnmp
- Use cryptodome not cryptodomex, to keep working
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
5e61012e06
commit
435c9bf936
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 1 13:01:37 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Use cryptodome not cryptodomex, to keep working
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 6 17:56:28 UTC 2018 - mardnh@gmx.de
|
Mon Aug 6 17:56:28 UTC 2018 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -27,13 +27,13 @@ URL: http://pysnmp.sourceforge.net/
|
|||||||
Source: https://github.com/etingof/pysnmp/archive/v%{version}.tar.gz#/pysnmp-%{version}.tar.gz
|
Source: https://github.com/etingof/pysnmp/archive/v%{version}.tar.gz#/pysnmp-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pyasn1 >= 0.2.3}
|
BuildRequires: %{python_module pyasn1 >= 0.2.3}
|
||||||
BuildRequires: %{python_module pycryptodomex}
|
BuildRequires: %{python_module pycryptodome}
|
||||||
BuildRequires: %{python_module pysmi}
|
BuildRequires: %{python_module pysmi}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pyasn1 >= 0.2.3
|
Requires: python-pyasn1 >= 0.2.3
|
||||||
Requires: python-pycryptodomex
|
Requires: python-pycryptodome
|
||||||
Requires: python-pysmi
|
Requires: python-pysmi
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Reference in New Issue
Block a user