summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph15
1 files changed, 8 insertions, 7 deletions
diff --git a/core.morph b/core.morph
index a2c1bbf5..8cc7e642 100644
--- a/core.morph
+++ b/core.morph
@@ -128,12 +128,19 @@
]
},
{
+ "name": "bzip2",
+ "repo": "upstream:bzip2",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
"name": "cpython",
"repo": "upstream:cpython",
"ref": "baserock/morph-2.7",
"build-depends": [
"openssl",
- "readline"
+ "readline",
+ "bzip2"
]
},
{
@@ -225,12 +232,6 @@
]
},
{
- "name": "bzip2",
- "repo": "upstream:bzip2",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
"name": "gperf",
"repo": "upstream:gperf",
"ref": "baserock/morph",