wok-next rev 20707
python: try to fix that x86_64 python missing setuptools with the messages at the same end of the log:
Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages
Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages
Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 26 16:06:16 2018 +0300 (2018-05-26) |
parents | 0e09a7ca6ab6 |
children | c4cd004842d1 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Sat May 26 15:44:46 2018 +0300 1.2 +++ b/python/receipt Sat May 26 16:06:16 2018 +0300 1.3 @@ -75,6 +75,7 @@ 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 &&