diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-10-31 10:58:34 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-10-31 10:58:34 +0000 |
commit | a3ae748608097170063888ce121579ed5a315744 (patch) | |
tree | 8f16c2f2d50281204f03d8e61bd55d41c56bafc8 /debian/control | |
parent | 3f91033927d80748b70e1ef58b2941643d1aca33 (diff) | |
download | vyos-1x-a3ae748608097170063888ce121579ed5a315744.tar.gz vyos-1x-a3ae748608097170063888ce121579ed5a315744.zip |
T4786: Add package python3-pyhumps
humps Convert strings (and dictionary keys) between snake case,
camel case and pascal case in Python
% decamelize('superTCPOption')
'super_tcp_option'
%
% decamelize({'ParamOption': 'one', 'fooBarBaz': True})
{'param_option': 'one', 'foo_bar_baz': True}
%
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 16b7ee814..cf766a825 100644 --- a/debian/control +++ b/debian/control @@ -131,6 +131,7 @@ Depends: python3-netifaces, python3-paramiko, python3-psutil, + python3-pyhumps, python3-pystache, python3-pyudev, python3-six, |