diff options
author | Christoph Dwertmann <cdwertmann@gmail.com> | 2018-04-05 04:17:41 +0200 |
---|---|---|
committer | Christoph Dwertmann <christoph.dwertmann@vaultsystems.com.au> | 2018-04-06 06:27:45 +0200 |
commit | 18b652bc234a74f332ff6d2f3f4476685e1c158d (patch) | |
tree | 2a4b3ff74310a8b332e60de425c96b19b6818b0f /debianpkg | |
parent | Merge pull request #2028 from qlyoung/cleanup-static-route-consistent-ordering (diff) | |
download | frr-18b652bc234a74f332ff6d2f3f4476685e1c158d.tar.xz frr-18b652bc234a74f332ff6d2f3f4476685e1c158d.zip |
debianpkg: add libpython-dev to 16.04 build dependencies
Signed-off-by: Christoph Dwertmann <cdwertmann@gmail.com>
Diffstat (limited to 'debianpkg')
-rw-r--r-- | debianpkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianpkg/control b/debianpkg/control index bbd4c43b4..468581045 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Nobody <nobody@frrouting.org> Uploaders: Nobody <nobody@frrouting.org> XSBC-Original-Maintainer: <maintainers@frrouting.org> -Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2 | libjson-c3, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr, python-sphinx +Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2 | libjson-c3, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr, python-sphinx, libpython-dev Standards-Version: 3.9.6 Homepage: http://www.frrouting.org/ |