Our current build of Python does not include bzip2 support.
I'm going to be merging the following into morphs master to
fix that. I've verified the system builds and that Python
gets bzip2 support with this change.
diff --git a/core.morph b/core.morph
index a2c1bbf..8cc7e64 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",
--
1.7.10.4
--
http://www.codethink.co.uk/ http://wiki.baserock.org/ http://www.baserock.com/