diff options
author | David Lamparter <equinox@diac24.net> | 2019-02-19 14:24:25 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:34:24 +0100 |
commit | c4266cb65d6049539915407364152e690d231bd5 (patch) | |
tree | 650b37f429391bd68c9f2d1e968a86e03928679b /debian/control | |
parent | debian: fix autopkgtest (diff) | |
download | frr-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/control | 2 |
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, |