Add missing dependency on python3-lz4.

This commit is contained in:
Jelmer Vernooij 2021-03-03 16:42:30 +00:00
parent 8427e59fd8
commit 8cba5a2b4b
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
2 changed files with 8 additions and 0 deletions

2
debian/control vendored
View file

@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 12),
python3-buildlog-consultant,
python3-requirement-parser,
python3-debmutate,
python3-lz4,
python3-setuptools,
lintian-brush,
brz-debian
@ -26,6 +27,7 @@ Depends: python3-apt,
python3-breezy,
python3-buildlog-consultant,
python3-debmutate,
python3-lz4,
python3-requirement-parser,
${misc:Depends},
${python3:Depends},