wok-next diff httpie/receipt @ rev 20649
grub2-efi: remove duplicate modules (thanks alanyih)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 04 10:48:37 2018 +0200 (2018-05-04) |
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 May 04 10:48:37 2018 +0200 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()