Pedro Fonini
4 yıl önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
a98fee0555
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
3 ekleme ve
0 silme
-
plugins/python-build/bin/python-build
|
|
|
@ -2204,6 +2204,9 @@ if [ -z "${GET_PIP_URL}" ]; then |
|
|
|
3.5 | 3.5.* ) |
|
|
|
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py" |
|
|
|
;; |
|
|
|
3.6 | 3.6.* ) |
|
|
|
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py" |
|
|
|
;; |
|
|
|
* ) |
|
|
|
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py" |
|
|
|
;; |
|
|
|
|