wok-next rev 20726
python: remove previously added '--without-ensurepip' (it made an opposite action)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 28 15:07:14 2018 +0300 (2018-05-28) |
parents | 0294c4c2dd54 |
children | 88618aeb4e07 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Sun May 27 20:12:22 2018 +0300 1.2 +++ b/python/receipt Mon May 28 15:07:14 2018 +0300 1.3 @@ -75,7 +75,6 @@ 1.4 --with-system-ffi \ 1.5 --with-ensurepip=yes \ 1.6 --enable-unicode=ucs4 \ 1.7 - --without-ensurepip \ 1.8 --build=$HOST_SYSTEM \ 1.9 --host=$HOST_SYSTEM && 1.10 make && make DESTDIR=$DESTDIR install &&