wok-next diff micropython/receipt @ 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 b942370ae50f
children d5aab818505e
line diff
     1.1 --- a/micropython/receipt	Fri Mar 06 10:37:21 2015 +0100
     1.2 +++ b/micropython/receipt	Mon May 28 15:07:14 2018 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="readline libffi"
     1.7 -BUILD_DEPENDS="wget git readline-dev libffi-dev pkg-config"
     1.8 +BUILD_DEPENDS="git readline-dev libffi-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()