aboutsummaryrefslogtreecommitdiff
path: root/scripts/python-pip/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/python-pip/build.sh')
-rw-r--r--scripts/python-pip/build.sh1
1 files changed, 1 insertions, 0 deletions
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'
)