wok-next diff httpie/receipt @ rev 20507
mesa: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 16 12:33:45 2018 +0100 (2018-03-16) |
parents | 313b384e2a06 |
children | a3c581bf52b8 |
line diff
1.1 --- a/httpie/receipt Sun Jun 22 01:53:55 2014 +0300 1.2 +++ b/httpie/receipt Fri Mar 16 12:33:45 2018 +0100 1.3 @@ -10,8 +10,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz" 1.6 1.7 -DEPENDS="python-requests python-pygments setuptools" 1.8 -BUILD_DEPENDS="setuptools wget" 1.9 +DEPENDS="python-requests python-pygments" 1.10 +BUILD_DEPENDS="python" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()