diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-09 17:21:02 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-04-09 15:23:03 +0000 |
commit | de1afd1cfe39cfcf880ea667d6478f27378a3ca6 (patch) | |
tree | 6de3db27ab93f8a84b5fbc262d6ce529a1b7f5a4 /debian | |
parent | 80257788f205e84722683ef6208a9869221d8d6a (diff) | |
download | vyos-1x-de1afd1cfe39cfcf880ea667d6478f27378a3ca6.tar.gz vyos-1x-de1afd1cfe39cfcf880ea667d6478f27378a3ca6.zip |
T6199: add missing build dependency
(cherry picked from commit 8e2330fed6480886cbce97cc1b541e54c5394564)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 65e580f03..677e429d1 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: python3-nose, python3-jinja2, python3-psutil, + python3-requests, python3-setuptools, python3-xmltodict, quilt, |