wok-next diff httpie/receipt @ rev 20444

python-pip and setuptools are parts of python package.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 26 04:46:49 2018 +0200 (2018-02-26)
parents 313b384e2a06
children a3c581bf52b8
line diff
     1.1 --- a/httpie/receipt	Sun Jun 22 01:53:55 2014 +0300
     1.2 +++ b/httpie/receipt	Mon Feb 26 04:46:49 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()