diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:41:46 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:41:46 +0100 |
commit | 9571b5e16938b902f0c9a1bac87aec180b220560 (patch) | |
tree | 1995a6b135bcef0b9599fa189d08cf7cab50797a /debian/control | |
parent | 7a95aa238ba4d6743be645ffa3baef0e69251926 (diff) | |
download | vyos-1x-9571b5e16938b902f0c9a1bac87aec180b220560.tar.gz vyos-1x-9571b5e16938b902f0c9a1bac87aec180b220560.zip |
Debian: add build-dependency on python3-jinja2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 350492180..f7d9fccf6 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: python3-lxml, python3-netifaces, python3-nose, + python3-jinja2, python3-psutil, python3-setuptools, python3-xmltodict, |