diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-06-22 21:04:20 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-06-22 21:04:20 +0100 |
commit | 88ede50d106c8cea494aacdcd346911b1058ffd1 (patch) | |
tree | a3fbe5d5010e3d7329e437de0b785d6c136e8c9b /debian/control | |
parent | 7e258d0f77c005baf27a50160aa8b82b8562975c (diff) | |
download | vyos-1x-88ede50d106c8cea494aacdcd346911b1058ffd1.tar.gz vyos-1x-88ede50d106c8cea494aacdcd346911b1058ffd1.zip |
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 bf330c35c..e7aeeda93 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), python3, python3-setuptools, quilt, + python3-xmltodict, python3-lxml, python3-nose, python3-coverage, |