From: Michael Tremer Date: Sat, 24 Sep 2011 15:11:56 +0000 (+0200) Subject: Cleanup the names of packages that need to be installed to build packages. X-Git-Tag: 0.9.9~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be3549473538eb472f6095804930c0839fdf085e;p=pakfire.git Cleanup the names of packages that need to be installed to build packages. --- 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",]