diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2022-07-07 11:19:34 +0200 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2022-07-07 12:30:49 +0200 |
| commit | b78535682c4cd3d7e24b526fd4a2e222683f0b16 (patch) | |
| tree | beffad10e4a83debd3c2897a628124c3a78ce2ad /debian | |
| parent | 967e4a178747dd5cc4fe5435d96f80b0e2a2f643 (diff) | |
debian: Fix version requirement for rtrlib to allow distro specific names
Signed-off-by: Martin Winter <mwinter@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 7c90979a22..e8bf1a8ffa 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends: bison, libpcre2-dev, libpython3-dev, libreadline-dev, - librtr-dev (>= 0.8.0) <!pkg.frr.nortrlib>, + librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>, libsnmp-dev, libssh-dev <!pkg.frr.nortrlib>, libyang2-dev, |
