diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-09 20:33:09 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 20:33:09 +0700 |
commit | 1bbe5d67eea37a46463e55011cf7efb9b96dac2e (patch) | |
tree | 1584fb828256a99feacc0a37b2b2e8ec0dafbb78 /debian/control | |
parent | 5eeda0eb5aacfb54887411043ed152ad42dc87b6 (diff) | |
parent | b21356a74211349a50a1453102221f1e4052076f (diff) | |
download | vyatta-cfg-1bbe5d67eea37a46463e55011cf7efb9b96dac2e.tar.gz vyatta-cfg-1bbe5d67eea37a46463e55011cf7efb9b96dac2e.zip |
Merge pull request #7 from jhendryUK/add_python_vyos_mgmt_to_vyatta_cfg
Adding python-vyos-mgmt library to vyatta-cfg package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a44efc6..2048262 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: VyOS Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, libboost-filesystem1.55-dev, libapt-pkg-dev, libtool, flex, bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd, - python3-setuptools, dh-python + python3-setuptools, dh-python, python3 Standards-Version: 3.9.1 Package: vyatta-cfg |