From 86f1ec3f252a876978e0e171a583daa30198a32f Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 20 Jul 2023 21:52:26 +0300 Subject: [PATCH] debian: Require libyang 2.1.80 Signed-off-by: Donatas Abraitis --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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~) , libsnmp-dev, libssh-dev , - libyang2-dev, + libyang2-dev (>= 2.1.80), lsb-base, pkg-config, python3:native,