summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-09-24 19:51:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-09-24 19:51:22 +0200
commitd37224743115f87e97875a2ad5b9d7521ea349d7 (patch)
tree08d201bd0e491c650aa80c48bfd2831c2e0748d9
parent1f92d60e9793da1cc372244750f3ba29cbccecd3 (diff)
python3: needs zlib
-rw-r--r--package/python3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile
index 04a7402b9..ae7c17492 100644
--- a/package/python3/Makefile
+++ b/package/python3/Makefile
@@ -5,13 +5,13 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= python3
PKG_VERSION:= 3.8.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df
PKG_DESCR:= python3 scripting language
PKG_SECTION:= dev/lang
-PKG_DEPENDS:= libffi
-PKG_BUILDDEP:= python3-host libffi
-HOST_BUILDDEP:= libffi-host libressl-host
+PKG_DEPENDS:= libffi zlib
+PKG_BUILDDEP:= python3-host libffi zlib
+HOST_BUILDDEP:= libffi-host libressl-host zlib-host
PKG_NEEDS:= threads
PKG_URL:= http://www.python.org/
PKG_SITES:= http://legacy.python.org/ftp/python/${PKG_VERSION}/