diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-31 12:39:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 12:39:02 +0100 |
commit | 2291f4c7a967bdc81fb19e89f27fb378b2ecd09b (patch) | |
tree | 8f16c2f2d50281204f03d8e61bd55d41c56bafc8 | |
parent | 3f91033927d80748b70e1ef58b2941643d1aca33 (diff) | |
parent | a3ae748608097170063888ce121579ed5a315744 (diff) | |
download | vyos-1x-2291f4c7a967bdc81fb19e89f27fb378b2ecd09b.tar.gz vyos-1x-2291f4c7a967bdc81fb19e89f27fb378b2ecd09b.zip |
Merge pull request #1631 from sever-sever/T4786
T4786: Add package python3-pyhumps
-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, |