summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2023-02-22 11:10:37 +0100
committerChristian Breunig <christian@breunig.cc>2023-02-25 22:06:06 +0100
commit3bad1d0adb1c187f6611f4bed3d0ad16927d5d18 (patch)
treef678112542f3b7194e4b5e1dbca02c690f954260 /debian
parent893ead2fe9b3cd21a522ba369a70d385b6b46a80 (diff)
downloadvyos-1x-3bad1d0adb1c187f6611f4bed3d0ad16927d5d18.tar.gz
vyos-1x-3bad1d0adb1c187f6611f4bed3d0ad16927d5d18.zip
python: T5026: Replace deprecated Python modules crypt, spwd
DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 DeprecationWarning: 'spwd' is deprecated and slated for removal in Python 3.13
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index fb29697d4..b486932c0 100644
--- a/debian/control
+++ b/debian/control
@@ -131,6 +131,7 @@ Depends:
python3-netaddr,
python3-netifaces,
python3-paramiko,
+ python3-passlib,
python3-psutil,
python3-pyhumps,
python3-pystache,