From be3549473538eb472f6095804930c0839fdf085e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 Sep 2011 17:11:56 +0200 Subject: [PATCH] Cleanup the names of packages that need to be installed to build packages. --- pakfire/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pakfire/constants.py b/pakfire/constants.py index a6bbf6160..64fdab267 100644 --- a/pakfire/constants.py +++ b/pakfire/constants.py @@ -67,9 +67,6 @@ PACKAGE_FILENAME_FMT = "%(name)s-%(version)s-%(release)s.%(arch)s.%(ext)s" BUILD_PACKAGES = [ "@Build", - "/bin/bash", - "gcc", - "glibc-devel", "pakfire-build>=%s" % PAKFIRE_LEAST_COMPATIBLE_VERSION, ] SHELL_PACKAGES = ["elinks", "less", "vim",] -- 2.39.5