summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-05 16:01:26 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-05 16:01:26 +0000
commit74e84d13e8e78ec0c421d7a54beeec396246f731 (patch)
tree97844f3ff9523bd0206d77149f607a30a8fc2421 /core.morph
parent73ba9e3e4962d1427dfc400f427276b3232b3557 (diff)
downloaddefinitions-74e84d13e8e78ec0c421d7a54beeec396246f731.tar.gz
Make libxml2 depend on cpython, so it generates python bindings
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph37
1 files changed, 19 insertions, 18 deletions
diff --git a/core.morph b/core.morph
index 0238f3d5..287e99ea 100644
--- a/core.morph
+++ b/core.morph
@@ -120,24 +120,6 @@
]
},
{
- "name": "libtool",
- "repo": "upstream:libtool",
- "ref": "baserock/build-essential",
- "build-depends": [
- "bash"
- ]
- },
- {
- "name": "libxml2",
- "repo": "upstream:libxml2",
- "ref": "baserock/morph",
- "build-depends": [
- "autoconf",
- "automake",
- "libtool"
- ]
- },
- {
"name": "openssl",
"repo": "upstream:openssl",
"ref": "baserock/morph",
@@ -156,6 +138,25 @@
]
},
{
+ "name": "libtool",
+ "repo": "upstream:libtool",
+ "ref": "baserock/build-essential",
+ "build-depends": [
+ "bash"
+ ]
+ },
+ {
+ "name": "libxml2",
+ "repo": "upstream:libxml2",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "autoconf",
+ "automake",
+ "cpython",
+ "libtool"
+ ]
+ },
+ {
"name": "curl",
"repo": "upstream:curl",
"ref": "baserock/morph",