1
0
Fork 0

Updating python debhelper sequence.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:42:20 +01:00
parent 12edc19d72
commit c87bebe1df
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View file

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3,
python3-setuptools,
Rules-Requires-Root: no

2
debian/rules vendored
View file

@ -3,7 +3,7 @@
export PYBUILD_NAME=litecli
%:
dh ${@} --buildsystem=pybuild --with python3
dh ${@} --buildsystem=pybuild
override_dh_auto_test:
# disabled, doesn't work yet