summaryrefslogtreecommitdiff
path: root/strata/python2-core
diff options
context:
space:
mode:
Diffstat (limited to 'strata/python2-core')
-rw-r--r--strata/python2-core/pyyaml-python2.morph6
-rw-r--r--strata/python2-core/pyyaml.morph6
2 files changed, 6 insertions, 6 deletions
diff --git a/strata/python2-core/pyyaml-python2.morph b/strata/python2-core/pyyaml-python2.morph
new file mode 100644
index 00000000..54d2b035
--- /dev/null
+++ b/strata/python2-core/pyyaml-python2.morph
@@ -0,0 +1,6 @@
+name: pyyaml-python2
+kind: chunk
+build-commands:
+- python2 setup.py --without-libyaml build
+install-commands:
+- python2 setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"
diff --git a/strata/python2-core/pyyaml.morph b/strata/python2-core/pyyaml.morph
deleted file mode 100644
index 8ebd7b57..00000000
--- a/strata/python2-core/pyyaml.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: pyyaml
-kind: chunk
-build-commands:
-- python setup.py --without-libyaml build
-install-commands:
-- python setup.py --without-libyaml install --prefix="$PREFIX" --root "$DESTDIR"