diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-02-19 00:06:02 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-02-20 11:42:28 +0000 |
commit | c5cdc0b1557416e09b5392e2360cf2110925a3c5 (patch) | |
tree | d9ec5a67243fb4436a671b4fefa7ef0341296165 /strata/python-core | |
parent | 801facb2865b67b96032d36a9409a997e16945c2 (diff) | |
download | definitions-c5cdc0b1557416e09b5392e2360cf2110925a3c5.tar.gz |
Move pyyalm from core to python-core
Diffstat (limited to 'strata/python-core')
-rw-r--r-- | strata/python-core/pyyaml.morph | 6 |
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" |