Python.build: change family to 'Programming'

This commit is contained in:
2014-06-24 10:10:38 +02:00
parent 938db5f56d
commit e654427962

View File

@@ -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