diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-23 18:20:57 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-23 18:20:57 +0100 |
commit | f9fd8f7371d39a7ee3fa62859ea51a34b6b1447a (patch) | |
tree | c04397896e58671e603399cf2b1ce665e43d5991 | |
parent | b9e3dc1790e93f88696292ddb87d01e6e1985903 (diff) | |
download | midipix_build-f9fd8f7371d39a7ee3fa62859ea51a34b6b1447a.tar.bz2 midipix_build-f9fd8f7371d39a7ee3fa62859ea51a34b6b1447a.tar.xz |
groups/010.host_deps.group:python2_host:${PKG_DEPENDS}: adds bzip2_host.
-rw-r--r-- | groups/010.host_deps.group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group index 153e9a1e..b409031e 100644 --- a/groups/010.host_deps.group +++ b/groups/010.host_deps.group @@ -167,7 +167,7 @@ HOST_DEPS_PREFIX="${PREFIX}"; : ${PKG_PERK_HOST_CONFIGURE_ARGS:="--prefix="}; : ${PKG_PERK_HOST_INSTALL_FILES:="@perk=bin/${DEFAULT_TARGET}-perk"}; : ${PKG_PERK_HOST_CFLAGS_CONFIGURE:="-I${PREFIX}/include"}; -: ${PKG_PYTHON2_HOST_DEPENDS:="gdbm_host libffi_host libreadline_host libz_host ncurses_host ncursesw_host sqlite3_host"}; +: ${PKG_PYTHON2_HOST_DEPENDS:="bzip2_host gdbm_host libffi_host libreadline_host libz_host ncurses_host ncursesw_host sqlite3_host"}; : ${PKG_PYTHON2_HOST_SHA256SUM:=18617d1f15a380a919d517630a9cd85ce17ea602f9bbdc58ddc672df4b0239db}; : ${PKG_PYTHON2_HOST_VERSION:=2.7.15}; : ${PKG_PYTHON2_HOST_URL:="https://www.python.org/ftp/python/${PKG_PYTHON2_HOST_VERSION}/Python-${PKG_PYTHON2_HOST_VERSION}.tgz"}; |