Skip to content

Commit 1815df3

Browse files
committed
pkg: add missing python3-intelmq to build dependencies
necessary for running the (unit) tests in the package build
1 parent fdb1dde commit 1815df3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 10),
1010
python3-setuptools,
1111
python3-fastapi,
1212
python3-typing-extensions,
13-
python3-multipart
13+
python3-multipart,
14+
python3-intelmq
1415
Standards-Version: 4.5.0
1516
Homepage: https://github.com/certtools/intelmq-api
1617
Rules-Requires-Root: no

0 commit comments

Comments
 (0)