summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-07 23:40:37 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-07 23:40:39 +0100
commitd7dbf3966887839168ea363c89e97204573297e9 (patch)
tree08afc572c638b8b0869d841721d395bd811ea7f4 /debian
parent5cb935fc1d86c9a2ae61c7406425d0eed79dc87a (diff)
downloadvyos-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.
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 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,