diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:40:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:40:39 +0100 |
commit | d7dbf3966887839168ea363c89e97204573297e9 (patch) | |
tree | 08afc572c638b8b0869d841721d395bd811ea7f4 | |
parent | 5cb935fc1d86c9a2ae61c7406425d0eed79dc87a (diff) | |
download | vyos-1x-d7dbf3966887839168ea363c89e97204573297e9.tar.gz vyos-1x-d7dbf3966887839168ea363c89e97204573297e9.zip |
Debian: add python3-psutil build dependency
vyos.util depends partially on python3-psutil, and some smoketests executed
via "make test" include vyos.util, thus ensure the package is available.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ccdaa8492..350492180 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: python3-lxml, python3-netifaces, python3-nose, + python3-psutil, python3-setuptools, python3-xmltodict, quilt, |