summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-02 10:50:46 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-02 10:52:47 +0000
commit321528ed71e0e0db30c453234b4f1e8eaaa3c9c3 (patch)
treeb6bf36ba57bfe826776ea92ca5932348a4e82f7a
parentee7fcd2983476765ce39bcba4b053db990e723b3 (diff)
downloaddefinitions-baserock/pedroalvarez/pycrypto-fix-morphology.tar.gz
Force pycrypto to use python-distutils build systembaserock/pedroalvarez/pycrypto-fix-morphology
-rw-r--r--strata/python-common.morph2
-rw-r--r--strata/python-common/pycrypto.morph3
2 files changed, 4 insertions, 1 deletions
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