diff options
author | David Lamparter <equinox@diac24.net> | 2019-01-18 15:37:19 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:34:08 +0100 |
commit | a9452495325d8b61a50b4e31ca0b0a5ca9db051e (patch) | |
tree | 886c05f8684a7e62853fb121adc4e38bfb90286b /debian | |
parent | debian: Don't create homdirectory for frr user (diff) | |
download | frr-a9452495325d8b61a50b4e31ca0b0a5ca9db051e.tar.xz frr-a9452495325d8b61a50b4e31ca0b0a5ca9db051e.zip |
debian: add libyang-dev dependency
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 022d29604..3792d25a7 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends: libsnmp-dev, libssh-dev <!pkg.frr.nortrlib>, libsystemd-dev <!pkg.frr.nosystemd>, + libyang-dev, pkg-config, python3, python3-dev, |