From aa7e99e130b47caebaacd24e6d9e4f89f42cd213 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Nov 2019 10:05:27 -0500 Subject: Next chunk --- scripts/python-pip/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/python-pip/build.sh') diff --git a/scripts/python-pip/build.sh b/scripts/python-pip/build.sh index e2ba34c..b379c3f 100644 --- a/scripts/python-pip/build.sh +++ b/scripts/python-pip/build.sh @@ -4,6 +4,7 @@ version=19.2.3 revision=0 sources=(https://github.com/pypa/${name/python-/}/archive/${version}.tar.gz) depends=( + 'git' 'python-3' 'python-setuptools' ) -- cgit