summaryrefslogtreecommitdiff
path: root/strata/openstack-clients-full
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-15 09:05:21 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:23 +0000
commit1be42ed1635af3d04520280b57e9581e26fb4fc3 (patch)
tree37f8bbf10423b619de03350c529c1de961c77d56 /strata/openstack-clients-full
parent73ca27d4826a0904bf376548ba85b4d648ae701e (diff)
downloaddefinitions-1be42ed1635af3d04520280b57e9581e26fb4fc3.tar.gz
WIP: Add second openstack-clients strata
Diffstat (limited to 'strata/openstack-clients-full')
-rw-r--r--strata/openstack-clients-full/python-prettytable.morph6
-rw-r--r--strata/openstack-clients-full/pytz.morph6
2 files changed, 12 insertions, 0 deletions
diff --git a/strata/openstack-clients-full/python-prettytable.morph b/strata/openstack-clients-full/python-prettytable.morph
new file mode 100644
index 00000000..cf1ac6e1
--- /dev/null
+++ b/strata/openstack-clients-full/python-prettytable.morph
@@ -0,0 +1,6 @@
+name: python-prettytable
+kind: chunk
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
diff --git a/strata/openstack-clients-full/pytz.morph b/strata/openstack-clients-full/pytz.morph
new file mode 100644
index 00000000..f5557946
--- /dev/null
+++ b/strata/openstack-clients-full/pytz.morph
@@ -0,0 +1,6 @@
+name: pytz
+kind: chunk
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"