summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",