diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-07-20 21:52:26 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-07-20 21:52:26 +0300 | 
| commit | 62576d923857d1692b3737ea7f947a54359ad1f8 (patch) | |
| tree | 62c1cf95b6cd45d7565578846ee7c3f6dc477d99 /debian | |
| parent | 7f876ef5ed4121084ff04db1a9be494d67858180 (diff) | |
debian: Require libyang 2.1.80
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
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 9b7dcfe418..22d08b315d 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: bison,                 librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>,                 libsnmp-dev,                 libssh-dev <!pkg.frr.nortrlib>, -               libyang2-dev, +               libyang2-dev (>= 2.1.80),                 lsb-base,                 pkg-config,                 python3:native,  | 
