From aecfcedaba023be69beb14b644d958dc06737abb Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sat, 20 Mar 2021 13:30:36 +1300 Subject: [PATCH] pkg(python-2.7.18): update pip before using Pip 20.3.* respects python_requires --- packages/python/2.7.18/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/python/2.7.18/build.sh b/packages/python/2.7.18/build.sh index 3cd371d..68ee12d 100755 --- a/packages/python/2.7.18/build.sh +++ b/packages/python/2.7.18/build.sh @@ -17,5 +17,7 @@ make install -j$(nproc) cd .. rm -rf build +bin/pip2 install -U pip==20.3.* +# Upgrade pip to latest supported version -bin/pip2 install numpy==1.16.* scipy==1.2.* pandas==0.23.* pycrypto whoosh bcrypt==3.1.* passlib +bin/pip2 install numpy scipy pandas pycrypto whoosh bcrypt passlib