diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-22 11:10:37 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-02-25 22:06:06 +0100 |
commit | 3bad1d0adb1c187f6611f4bed3d0ad16927d5d18 (patch) | |
tree | f678112542f3b7194e4b5e1dbca02c690f954260 /debian | |
parent | 893ead2fe9b3cd21a522ba369a70d385b6b46a80 (diff) | |
download | vyos-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/control | 1 |
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, |