]> git.ipfire.org Git - pakfire.git/commitdiff
Cleanup the names of packages that need to be installed to build packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Sep 2011 15:11:56 +0000 (17:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Sep 2011 15:11:56 +0000 (17:11 +0200)
pakfire/constants.py

index a6bbf6160dd2524219130c22e391da0f5cba8f47..64fdab2674c1abbd7b69c4ff744eccf66e5c668c 100644 (file)
@@ -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",]