mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Stop pip from checking for updates, we do that
This commit is contained in:
parent
b122df92b7
commit
3e28b85774
|
@ -8,6 +8,10 @@ versions:
|
|||
dependencies:
|
||||
python.org: ^3.7
|
||||
|
||||
runtime:
|
||||
env:
|
||||
PIP_DISABLE_PIP_VERSION_CHECK: 1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
curl.se: '*'
|
||||
|
@ -25,7 +29,7 @@ build:
|
|||
sed -i.bak -e 's|#!{{ deps.python.org.prefix }}/bin/|#!/usr/bin/env |g' $binfile
|
||||
rm $binfile.bak
|
||||
done
|
||||
rm bin/pip{{deps.python.org.version.major}}.{{deps.python.org.version.minor}}
|
||||
rm -f bin/pip{{deps.python.org.version.major}}.{{deps.python.org.version.minor}}
|
||||
|
||||
env:
|
||||
shebangs:
|
||||
|
|
Loading…
Reference in a new issue