summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Seitter <adk@seitter.net>2020-04-13 17:47:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-04-14 10:20:04 +0200
commit22efae5a2c0a1fe1c296e755a50375d9156d9ce5 (patch)
tree8b6923a9b98e79796279cd697bb618948098e175
parent496131d955da3eb25f1237d3a41d3e51e826dc82 (diff)
python3: updated to 3.8 and added ssl support for host
Signed-off-by: Joerg Seitter <adk@seitter.net>
-rw-r--r--package/python3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile
index ef37bcf72..3ba447b77 100644
--- a/package/python3/Makefile
+++ b/package/python3/Makefile
@@ -4,14 +4,14 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= python3
-PKG_VERSION:= 3.6.4
+PKG_VERSION:= 3.8.2
PKG_RELEASE:= 1
-PKG_HASH:= 159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba
+PKG_HASH:= 2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df
PKG_DESCR:= python3 scripting language
PKG_SECTION:= dev/lang
PKG_DEPENDS:= libffi
PKG_BUILDDEP:= python3-host libffi
-HOST_BUILDDEP:= libffi-host
+HOST_BUILDDEP:= libffi-host libressl-host
PKG_NEEDS:= threads
PKG_URL:= http://www.python.org/
PKG_SITES:= http://legacy.python.org/ftp/python/${PKG_VERSION}/