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 | |
| parent | 82ab1fc506135e5835d4bb95b23da7f4faf1dde3 (diff) | |
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 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6150494370..ab2df20432 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, |
