From cabd3aca8b1ecaa668dc7e3d713533961a417d5f Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 15 Nov 2024 20:46:11 -0500 Subject: [PATCH] Add python3-devel to RHEL dependencies --- openwrtbuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrtbuilder b/openwrtbuilder index 230fcfd..4b1998b 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -183,6 +183,7 @@ install_dependencies() { "which" "diffutils" "python3" + "python3-devel" "python3-setuptools" "python3-pyelftools" "perl-base"