From 0f7fc864d98d3e8a852d3a6a835ae3331fde1bad Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 30 Mar 2020 23:00:12 -0400 Subject: Current state --- python/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python') diff --git a/python/build.sh b/python/build.sh index c3223a8..380e20f 100644 --- a/python/build.sh +++ b/python/build.sh @@ -1,17 +1,17 @@ #!/bin/bash name=python -version=3.8.1 +version=3.8.2 _basever=${version%.*} revision=0 sources=( "https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" ) build_depends=( - "sed" "grep" - "automake" - "autoconf" + "sed" + "pkgconf" "xz" + "tk==8.6.9" ) depends=( "bzip2" @@ -23,9 +23,9 @@ depends=( "ncurses" "openssl==1.1.1d" "tar" + "tk==8.6.9" "readline" "sqlite" - "tk" "zlib" ) -- cgit