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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
ognibuild (0.0.2-2) UNRELEASED; urgency=medium
* Add missing dependency on python3-lz4.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 03 Mar 2021 16:42:28 +0000
ognibuild (0.0.2-1) unstable; urgency=medium
* New upstream release.

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},