wok-next diff turses/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 7390f8de9846
children 8e1b2a143eb3
line diff
     1.1 --- a/turses/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/turses/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.3 @@ -10,9 +10,9 @@
     1.4  WEB_SITE="https://github.com/alejandrogomez/turses"
     1.5  WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 \
     1.8 +DEPENDS="python python-httplib2 python-urwid python-oauth2 \
     1.9  python-tweepy"
    1.10 -BUILD_DEPENDS="python python-dev setuptools"
    1.11 +BUILD_DEPENDS="python python-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()