From 321528ed71e0e0db30c453234b4f1e8eaaa3c9c3 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 2 Mar 2015 10:50:46 +0000 Subject: Force pycrypto to use python-distutils build system --- strata/python-common.morph | 2 +- strata/python-common/pycrypto.morph | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 strata/python-common/pycrypto.morph diff --git a/strata/python-common.morph b/strata/python-common.morph index 5536e13c..e2f4b32a 100644 --- a/strata/python-common.morph +++ b/strata/python-common.morph @@ -5,7 +5,7 @@ build-depends: - morph: strata/python-core.morph chunks: - name: pycrypto - morph: strata/openstack-services/pycrypto.morph + morph: strata/python-common/pycrypto.morph repo: upstream:python-packages/pycrypto ref: af058ee6f5da391a05275470ab4a4a96aa22b350 unpetrify-ref: v2.7a1 diff --git a/strata/python-common/pycrypto.morph b/strata/python-common/pycrypto.morph new file mode 100644 index 00000000..51cc00f0 --- /dev/null +++ b/strata/python-common/pycrypto.morph @@ -0,0 +1,3 @@ +name: pycrypto +kind: chunk +build-system: python-distutils -- cgit v1.2.1