From 5fc2f172d5aa524e4f1731c31cb3edccd64d5435 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 8 Mar 2019 13:47:25 +1000 Subject: [PATCH] tests: libinput needs python3-devel before unpacking the source rpm --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index e850623..f9df1d5 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -25,6 +25,10 @@ - hosts: localhost roles: + - role: standard-test-rpm + subjects: python3-devel # for pathfix during srpm prep + tags: + - always - role: standard-test-source tags: - always