diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 8f4c2987d..14f849710 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -35,7 +35,7 @@ jobs: with: persist-credentials: false - name: Install build tools - run: apt-get -y install devscripts adduser fakeroot sudo + run: apt-get -y install devscripts adduser fakeroot sudo equivs - name: Install build dependencies run: mk-build-deps -t "apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends" -i -r - name: Set up build user diff --git a/debian/tests/control b/debian/tests/control index 56b6a839f..55f5524c7 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,7 +5,7 @@ Test-Command: ola_rdm_get --list-pids Depends: ola Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do echo "Testing with $py:" ; $py $(which rdm_responder_test.py) --help ; done -Depends: ola-rdm-tests +Depends: python3-all, ola-rdm-tests Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "from ola.ClientWrapper import ClientWrapper; print(ClientWrapper)" ; done Depends: python3-all, ola, ola-python