From b7f7ff0fcb3d6488a1f22b59c09d447c5217a42b Mon Sep 17 00:00:00 2001 From: Milos Prchlik Date: Wed, 3 Nov 2021 08:33:46 +0100 Subject: [PATCH] tests: use python3-lit rather than python-lit Easier for downstream to adapt, one less difference. --- tests/integration-test-suite/main.fmf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/integration-test-suite/main.fmf b/tests/integration-test-suite/main.fmf index 6e8844b..7266071 100644 --- a/tests/integration-test-suite/main.fmf +++ b/tests/integration-test-suite/main.fmf @@ -19,10 +19,7 @@ require: - make - libstdc++-static - clang-devel - - # In Fedora, python-lit is valid. In RHEL, however, the actual package is python3-lit. - - python-lit - # - python3-lit + - python3-lit # Required in Fedora, but not shipped with RHEL. For future reference, comment the libcxx out as needed. - libcxx-devel