From 14e164bbefcb18bb6ffdbfe217bd419e522b323d Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 7 Apr 2015 14:34:50 +0100 Subject: Enable python bindings in Kmod This enables kmod python bindings required for iscsi tools. Enabling python in the kmod chunk requires cython for compiling so cython is moved to core.morph. Change-Id: Ic394d75f801efcb0be1e4ec17d9bc907f9d086a0 --- strata/core.morph | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'strata/core.morph') diff --git a/strata/core.morph b/strata/core.morph index d36f9a1c..150e68e0 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -108,6 +108,12 @@ chunks: - sqlite3 - ncurses - readline +- name: cython + repo: upstream:cython + ref: 4dd8e762fa51d01775506fbbc102c45dbcea065d + unpetrify-ref: 0.22 + build-depends: + - cpython - name: libtool-tarball morph: strata/core/libtool-tarball.morph repo: upstream:libtool-tarball -- cgit v1.2.1