summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-24 13:04:17 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-24 13:04:52 +0000
commit0a0b5ff4e3afa60d15c67f5b2c3fe81383947325 (patch)
tree03cfe276b9cc9fd2c3b0861fa42b784ac1b3a117
parent0802bbe9ecd108493e21dc30b2bc3c7e460e01bb (diff)
downloadpyyaml-0a0b5ff4e3afa60d15c67f5b2c3fe81383947325.tar.gz
pyyaml.morph: Do not builds and install LibYAML bindings
-rw-r--r--pyyaml.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyyaml.morph b/pyyaml.morph
index f47dd65..3bb6a0e 100644
--- a/pyyaml.morph
+++ b/pyyaml.morph
@@ -2,9 +2,9 @@
"name": "pyyaml",
"kind": "chunk",
"build-commands": [
- "python setup.py build"
+ "python setup.py --without-libyaml build"
],
"install-commands": [
- "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ "python setup.py --without-libyaml install --prefix=/usr --root \"$DESTDIR\""
]
}