Skip to content

Commit 15948e7

Browse files
authored
Update dependencies in debian tests control file to fix RDM tests command
1 parent a324646 commit 15948e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/tests/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Test-Command: ola_rdm_get --list-pids
55
Depends: ola
66

77
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
8-
Depends: ola-rdm-tests
8+
Depends: python3-all, ola-rdm-tests
99

1010
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
1111
Depends: python3-all, ola, ola-python

0 commit comments

Comments
 (0)