wok-next diff micropython/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents b942370ae50f
children d5aab818505e
line diff
     1.1 --- a/micropython/receipt	Fri Mar 06 10:37:21 2015 +0100
     1.2 +++ b/micropython/receipt	Wed Mar 21 15:58:17 2018 +0200
     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()