14
0
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:
Tomáš Chvátal
2018-11-01 13:01:54 +00:00
committed by Git OBS Bridge
parent 5e61012e06
commit 435c9bf936
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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/
#
@@ -27,13 +27,13 @@ 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 pycryptodomex}
BuildRequires: %{python_module pycryptodome}
BuildRequires: %{python_module pysmi}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pyasn1 >= 0.2.3
Requires: python-pycryptodomex
Requires: python-pycryptodome
Requires: python-pysmi
BuildArch: noarch
%python_subpackages