summaryrefslogtreecommitdiff
path: root/strata/cloudinit-support/python-prettytable.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cloudinit-support/python-prettytable.def')
-rw-r--r--strata/cloudinit-support/python-prettytable.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/cloudinit-support/python-prettytable.def b/strata/cloudinit-support/python-prettytable.def
new file mode 100644
index 00000000..35620ff0
--- /dev/null
+++ b/strata/cloudinit-support/python-prettytable.def
@@ -0,0 +1,5 @@
+name: python-prettytable
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"