diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-13 11:02:53 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-13 11:02:53 +0200 |
commit | 832e64756cec1cfa61a818d5d09a11e198fbc43f (patch) | |
tree | f319e0f2af9936a8800bbfb49b1e777e32b20d1c /debian | |
parent | 8b47d1a2c99027859e59b62730ad350fcc9fd078 (diff) | |
download | vyos-1x-832e64756cec1cfa61a818d5d09a11e198fbc43f.tar.gz vyos-1x-832e64756cec1cfa61a818d5d09a11e198fbc43f.zip |
Add nose and coverage to build dependencies.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 21d8c4263..6919c7d4c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,9 @@ Build-Depends: debhelper (>= 9), python3, python3-setuptools, quilt, - python3-lxml + python3-lxml, + python3-nose, + python3-coverage Standards-Version: 3.9.6 Package: vyos-1x |