diff options
| author | Bastien Roucariès <rouca@debian.org> | 2024-04-15 14:35:45 +0000 |
|---|---|---|
| committer | Bastien Roucariès <rouca@debian.org> | 2024-04-15 14:35:45 +0000 |
| commit | 560b61840bf6e91b6bfb14e8b9548f51ca07687d (patch) | |
| tree | 3e481bd9c6762f38686c25f9c1d60b02d4db6ccb | |
| parent | 5c55ced2535db8b7da0b6b35b5b2df59a028c87f (diff) | |
| download | efi-boot-shim-560b61840bf6e91b6bfb14e8b9548f51ca07687d.tar.gz efi-boot-shim-560b61840bf6e91b6bfb14e8b9548f51ca07687d.zip | |
Fix depends
| -rw-r--r-- | debian/tests/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control index 729c5ba8..7982296d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -2,6 +2,8 @@ Test-Command: python3 debian/tests/01_sanity_tests.py Depends: @, qemu-system-arm [arm64], qemu-system-x86 [amd64], + lsb-release, + python3, Restrictions: allow-stderr, needs-root, isolation-machine Features: test-name=sanity @@ -10,6 +12,8 @@ Depends: @, sbsigntool, grub-efi-arm64-signed [arm64], grub-efi-amd64-signed [amd64], + lsb-release, + python3, Restrictions: allow-stderr, needs-root, isolation-machine Features: test-name=signatures @@ -25,5 +29,7 @@ Depends: @, qemu-efi-aarch64 [arm64], grub-efi-arm64-signed [arm64], grub-efi-amd64-signed [amd64], + lsb-release, + python3, Restrictions: allow-stderr, needs-root, isolation-machine Features: test-name=boot-test |
