Add missing dependency on python3-lz4.
This commit is contained in:
parent
8427e59fd8
commit
8cba5a2b4b
2 changed files with 8 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
2
debian/control
vendored
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue