summaryrefslogtreecommitdiff
path: root/strata/python-core/pyyaml.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-25 12:06:57 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-25 12:08:49 +0000
commita7cec56a7e2c4d076580c517f88d114ea2be05d0 (patch)
tree407505d3a8f250ab5453ff8f4c11393e5f4410d7 /strata/python-core/pyyaml.morph
parentffae53a8cbd808aa9f834e197003fe31b18cb9c1 (diff)
parent5f951de61c9ed050381054dd71ea07da37b3f19a (diff)
downloaddefinitions-a7cec56a7e2c4d076580c517f88d114ea2be05d0.tar.gz
Merge branch 'baserock/jjardon/move_python_core'
Reviewed-By: Richard Maw <richard.maw@gmail.com>
Diffstat (limited to 'strata/python-core/pyyaml.morph')
-rw-r--r--strata/python-core/pyyaml.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/python-core/pyyaml.morph b/strata/python-core/pyyaml.morph
new file mode 100644
index 00000000..8ebd7b57
--- /dev/null
+++ b/strata/python-core/pyyaml.morph
@@ -0,0 +1,6 @@
+name: pyyaml
+kind: chunk
+build-commands:
+- python setup.py --without-libyaml build
+install-commands:
+- python setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"