summaryrefslogtreecommitdiff
path: root/strata/openstack-common
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-26 16:49:28 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-02 17:57:00 +0000
commit64f5acaa705bfc53ee29fbd3831699c5f9a931f5 (patch)
tree0f0989c9987e5960da934814f225fd000983ecbb /strata/openstack-common
parent2a7a448cc25fca35c5c5a4e3769acd74d009c98b (diff)
downloaddefinitions-64f5acaa705bfc53ee29fbd3831699c5f9a931f5.tar.gz
Fix cryptography chunk morphology to openstack-common
Diffstat (limited to 'strata/openstack-common')
-rw-r--r--strata/openstack-common/cryptography.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/openstack-common/cryptography.morph b/strata/openstack-common/cryptography.morph
new file mode 100644
index 00000000..789d0077
--- /dev/null
+++ b/strata/openstack-common/cryptography.morph
@@ -0,0 +1,8 @@
+name: cryptography
+kind: chunk
+configure-commands:
+- cp -r /usr/lib/python2.7/site-packages/cffi .
+build-commands:
+- python setup.py build
+install-commands:
+- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"