Skip to content

Commit 2e97e9f

Browse files
committed
require pysnmp 4.4.3 for Blumenthal key gen flavor support
1 parent d4bb26e commit 2e97e9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pysnmp>=4.4.1
1+
pysnmp>=4.4.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def howto_install_setuptools():
6060
from setuptools import setup
6161

6262
params = {
63-
'install_requires': ['pysnmp>=4.4.1'],
63+
'install_requires': ['pysnmp>=4.4.3'],
6464
'zip_safe': True
6565
}
6666

@@ -74,7 +74,7 @@ def howto_install_setuptools():
7474
params = {}
7575

7676
if sys.version_info[:2] > (2, 4):
77-
params['requires'] = ['pysnmp(>=4.4.1)']
77+
params['requires'] = ['pysnmp(>=4.4.3)']
7878

7979
doclines = [x.strip() for x in (__doc__ or '').split('\n') if x]
8080

0 commit comments

Comments
 (0)