diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-11-23 13:15:36 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2017-11-23 13:15:36 +0100 |
commit | b179808726394c63b97747b31ca603392c182168 (patch) | |
tree | dd2ca00eec330f1e117e03c1ff6d25bb42fb429e /debian | |
parent | 4b67b6b949bd19d534254d573f65431cbd9ec529 (diff) |
d/tests/control: fix test dependencies for s390x.
Since we don't build for s390x make it clear in the test deps.
Otherwise it will be tried and fails to resolve there.
Change-Id: Ib0d27ee0955f25565cf78d66db9a80622db10b18
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tests/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 7d624212..ea380337 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -14,4 +14,4 @@ Depends: kmod, dpdk-igb-uio-dkms [amd64 arm64 i386 ppc64el], Tests: test-autotest Restrictions: allow-stderr, isolation-machine, needs-root -Depends: dpdk-dev, python, python-pexpect +Depends: dpdk-dev [amd64 arm64 i386 ppc64el], python, python-pexpect |