1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix dependencies
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-04-08
Index: python-scciclient/requirements.txt
===================================================================
--- python-scciclient.orig/requirements.txt
+++ python-scciclient/requirements.txt
@@ -1,7 +1,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
pyghmi>=1.0.24 # Apache-2.0
-pysnmp-lextudio>=5.0.0 # BSD
pyasn1>=0.5.1 # BSD
pyasn1-modules>=0.3.0 # BSD
requests>=2.14.2 # Apache-2.0
|