1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Vincent Bernat <bernat@debian.org>
Date: Sat, 5 Apr 2025 10:31:20 +0200
Subject: Depends on pysnmp instead of pysnmp-lextudio
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 57c180c..34c3c4e 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ def run_tests(self, *args, **kwds):
cffi_modules=(not rtd and ["snimpy/smi_build.py:ffi"] or []),
install_requires=[
"cffi >= 1.0.0",
- "pysnmp-lextudio >= 4, < 6",
+ "pysnmp >= 4, < 6",
'pyasyncore; python_version >= "3.12"',
"setuptools",
],
|