debian: add missing depends: python3-all to python autopkgtests (#85188)
gitea/lasso/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-12-29 20:14:25 +01:00
parent 8a98d691ab
commit cb573dd733
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
lasso (2.8.1-3) unstable; urgency=medium
* debian/tests/control: add missing depends: python3-all to python
autopkgtests (closes: 1059641)
-- Frederic Peters <fpeters@debian.org> Fri, 29 Dec 2023 20:07:18 +0100
lasso (2.8.1-2) unstable; urgency=medium
* debian/control: add build-dependency on python3-all (closes: 1056418)

View File

@ -1,3 +1,4 @@
Test-Command: for py in $(py3versions -s); do echo "[*] testing on $py:"; $py debian/tests/sso.py ; done
Depends: python3-all
Test-Command: /usr/bin/perl bindings/perl/test.pl