diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-08-17 21:42:19 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-08-17 21:42:19 -0400 |
commit | 8cc396c20398e01f4af76d386d87a38811cead06 (patch) | |
tree | 733de904aa6062bddce67159b602585b6ff099db /debian/control | |
parent | 6b3040c5b6cf3a7b545875e646c450cbb96ae8d6 (diff) | |
download | vyos-1x-8cc396c20398e01f4af76d386d87a38811cead06.tar.gz vyos-1x-8cc396c20398e01f4af76d386d87a38811cead06.zip |
T353: add the Python library for reading VyOS config to the new package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 875b1135b..3c6abdb2b 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: vyos-1x Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 9), python3, python3-setuptools, quilt Standards-Version: 3.9.6 Package: vyos-1x Architecture: all -Depends: python3 +Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |