File: fix-dependencies.patch

package info (click to toggle)
python-scciclient 0.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 832 kB
  • sloc: python: 7,931; xml: 2,377; makefile: 24; sh: 2
file content (17 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
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