From e6544279624b4e99594b6c70c1b3038b6f0b712a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 24 Jun 2014 10:10:38 +0200 Subject: [PATCH] Python.build: change family to 'Programming' --- scripts/Python.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/Python.build b/scripts/Python.build index 2f9100d..e2a5d89 100755 --- a/scripts/Python.build +++ b/scripts/Python.build @@ -8,7 +8,8 @@ function em.configure() { || exit 1 } -em.set_build_dependencies "${COMPILER}" -em.add_to_family "core" +em.add_to_family 'Programming' +em.set_runtime_dependencies "" +em.set_build_dependencies "${COMPILER}" em.make_all