summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-02-19 14:24:25 +0100
committerDavid Lamparter <equinox@diac24.net>2019-02-19 21:34:24 +0100
commitc4266cb65d6049539915407364152e690d231bd5 (patch)
tree650b37f429391bd68c9f2d1e968a86e03928679b /debian/control
parentdebian: fix autopkgtest (diff)
downloadfrr-c4266cb65d6049539915407364152e690d231bd5.tar.xz
frr-c4266cb65d6049539915407364152e690d231bd5.zip
debian: update libyang dependency to >= 0.16.74
We're using builtin extension loading, so we need libyang 0.16.74. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to '')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 615049437..ab2df2043 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends:
libsnmp-dev,
libssh-dev <!pkg.frr.nortrlib>,
libsystemd-dev <!pkg.frr.nosystemd>,
- libyang-dev,
+ libyang-dev (>= 0.16.74),
pkg-config,
python3,
python3-dev,