diff options
| author | David Lamparter <equinox@diac24.net> | 2018-12-14 17:09:15 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:32:19 +0100 | 
| commit | 8a91a6ef9cba771bf11d2fe7fbba1f26ff464224 (patch) | |
| tree | 9c9d0f76b85de3c2f8f13835eea44504e6a20b92 | |
| parent | 3f406e3f8ee6656d96be71a580b45efd34c333fe (diff) | |
debian: add python3-pytest build dependency
Signed-off-by: David Lamparter <equinox@diac24.net>
| -rw-r--r-- | debian/control | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e8dbaf4aaa..006554c5fd 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,7 @@ Build-Depends:   pkg-config,   python3,   python3-sphinx, + python3-pytest <!nocheck>,   texinfo (>= 4.7)  Standards-Version: 4.2.1  Homepage: https://www.frrouting.org/  | 
