summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-19 00:06:02 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-20 11:42:28 +0000
commitc5cdc0b1557416e09b5392e2360cf2110925a3c5 (patch)
treed9ec5a67243fb4436a671b4fefa7ef0341296165 /strata/core
parent801facb2865b67b96032d36a9409a997e16945c2 (diff)
downloaddefinitions-c5cdc0b1557416e09b5392e2360cf2110925a3c5.tar.gz
Move pyyalm from core to python-core
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/pyyaml.morph6
1 files changed, 0 insertions, 6 deletions
diff --git a/strata/core/pyyaml.morph b/strata/core/pyyaml.morph
deleted file mode 100644
index 8ebd7b57..00000000
--- a/strata/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"