diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-03-04 14:21:01 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-03-04 14:21:28 +1100 |
commit | f00e8cd02ebadcbf8a07e8c3a01cbe9232f16e4d (patch) | |
tree | a329762d5ec3c5770544b640b4b4930a8bc8e117 /python3-six | |
parent | 123579bea284fdc3dcabb0a95260806b15f9fbd2 (diff) | |
download | opt-f00e8cd02ebadcbf8a07e8c3a01cbe9232f16e4d.tar.gz opt-f00e8cd02ebadcbf8a07e8c3a01cbe9232f16e4d.tar.xz |
python ports: FS#1380 - fix for python-pip related packages
Diffstat (limited to 'python3-six')
-rw-r--r-- | python3-six/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python3-six/Pkgfile b/python3-six/Pkgfile index d4a18cee5..7b0b65d31 100644 --- a/python3-six/Pkgfile +++ b/python3-six/Pkgfile @@ -14,6 +14,7 @@ build() { if [ "$(pkginfo -i | egrep -c '^python3-(setuptools|appdirs|pyparsing|six|pip|packaging) ')" != 6 ]; then install -d build + sed -i 's/"--upgrade"/"--upgrade", "--upgrade-strategy", "only-if-needed"/' $SRC/get-pip.py /usr/bin/python3 $SRC/get-pip.py --root=$SRC/build local PYTHONVERSION=$(/usr/bin/python3 -c 'import sys; print("%s.%s" % sys.version_info[:2])') |