diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-09 17:22:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 17:22:16 +0200 |
commit | 1f369d50c15bb687ad3662ebd9b92b20e12339c6 (patch) | |
tree | d2a2a4073d09c4ddbf70bcbb02dade9720f493ee | |
parent | 28e8233baae54ce8a02b62361189ad26168c4b98 (diff) | |
parent | 8e2330fed6480886cbce97cc1b541e54c5394564 (diff) | |
download | vyos-1x-1f369d50c15bb687ad3662ebd9b92b20e12339c6.tar.gz vyos-1x-1f369d50c15bb687ad3662ebd9b92b20e12339c6.zip |
Merge pull request #3283 from c-po/T6199-build-fix
T6199: add missing build dependency
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 45da50b01..801cce269 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Build-Depends: python3-nose, python3-jinja2, python3-psutil, + python3-requests, python3-setuptools, quilt, whois |