From c2287130deb58f4a69f2102fc37efa74f51fe5e0 Mon Sep 17 00:00:00 2001 From: James Adams Date: Wed, 24 Jul 2024 17:23:58 +0000 Subject: [PATCH] Fix python dependency for EL8+ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3de011..2280d59 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ package-%: dist --category 'System Environment/Base' \ \ --depends 'createrepo' \ - --depends 'python >= 2.7' \ + --depends 'python2 >= 2.7' \ --conflicts yam \ --conflicts mrepo \ \