diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 10:05:27 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 10:05:27 -0500 |
commit | aa7e99e130b47caebaacd24e6d9e4f89f42cd213 (patch) | |
tree | 5b599c731389e0b259b840710f8db1ffe9913181 /scripts/python-pip | |
parent | 79a4dcec2e34c5d58ab0661146ee9727452d672b (diff) | |
download | spm-aa7e99e130b47caebaacd24e6d9e4f89f42cd213.tar.gz |
Next chunk
Diffstat (limited to 'scripts/python-pip')
-rw-r--r-- | scripts/python-pip/build.sh | 1 |
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' ) |