summaryrefslogtreecommitdiff
path: root/strata/openstack-services
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-services
parent2a7a448cc25fca35c5c5a4e3769acd74d009c98b (diff)
downloaddefinitions-64f5acaa705bfc53ee29fbd3831699c5f9a931f5.tar.gz
Fix cryptography chunk morphology to openstack-common
Diffstat (limited to 'strata/openstack-services')
-rw-r--r--strata/openstack-services/cryptography.morph8
1 files changed, 0 insertions, 8 deletions
diff --git a/strata/openstack-services/cryptography.morph b/strata/openstack-services/cryptography.morph
deleted file mode 100644
index 789d0077..00000000
--- a/strata/openstack-services/cryptography.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-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"