Package: python-scciclient / 0.17.0-2

Metadata

Package Version Patches format
python-scciclient 0.17.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use raw strings to avoid warning.patch | (download)

scciclient/tests/irmc/test_elcm.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use raw strings to avoid warning during install
fix dependencies.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix dependencies
pysnmp7 compat.patch | (download)

scciclient/irmc/snmp.py | 11 8 + 3 - 0 !
scciclient/tests/irmc/test_snmp.py | 25 15 + 10 - 0 !
2 files changed, 23 insertions(+), 13 deletions(-)

 python snmp7 compat
 Fix import path.