summaryrefslogtreecommitdiff
path: root/devel.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-01 12:05:38 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-01 12:05:38 +0100
commitb4ff5f0d606c6bbd84aef9d9ee605737020f46c9 (patch)
treee9a8a4d32be7be8073c27e62af320506c6c91de9 /devel.morph
parentdf13867872697f95ce1a25b9ff5a6a190acf32b8 (diff)
downloaddefinitions-b4ff5f0d606c6bbd84aef9d9ee605737020f46c9.tar.gz
devel.morph: fix build deps on python
Diffstat (limited to 'devel.morph')
-rw-r--r--devel.morph21
1 files changed, 14 insertions, 7 deletions
diff --git a/devel.morph b/devel.morph
index bd5ebd27..dba2d0aa 100644
--- a/devel.morph
+++ b/devel.morph
@@ -162,7 +162,7 @@
"name": "cliapp",
"ref": "baserock/morph",
"build-depends": [
- "python"
+ "cpython"
]
},
{
@@ -172,14 +172,10 @@
"libexpat",
"openssl",
"curl",
- "python"
+ "cpython"
]
},
{
- "name": "nasm",
- "ref": "baserock/morph"
- },
- {
"name": "openssh",
"ref": "baserock/morph",
"build-depends": [
@@ -191,8 +187,19 @@
]
},
{
+ "name": "nasm",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "autoconf"
+ ]
+ },
+ {
"name": "syslinux",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "nasm",
+ "perl"
+ ]
},
{
"name": "python-setuptools",