diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-22 22:08:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-22 22:08:20 +0200 |
commit | bfa969c37711dbda98d407b66600fa789cadc8e1 (patch) | |
tree | ac6e510f07add0dd54d48cfcb95328113a74183b /debian/control | |
parent | e18fe3704a40ef25dfc3e248ae9f83aa053ef174 (diff) | |
parent | 88ede50d106c8cea494aacdcd346911b1058ffd1 (diff) | |
download | vyos-1x-bfa969c37711dbda98d407b66600fa789cadc8e1.tar.gz vyos-1x-bfa969c37711dbda98d407b66600fa789cadc8e1.zip |
Merge branch 'T2588' of https://github.com/thomas-mangin/vyos-1x into default-doct
* 'T2588' of https://github.com/thomas-mangin/vyos-1x:
xml: T2588: code to extract defaults values from xml
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 22b4da657..5e14340a8 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), quilt, python3, python3-setuptools, + python3-xmltodict, python3-lxml, python3-nose, python3-coverage, |