wok-next rev 20886
python-blessings: update (b)deps
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 13 15:42:56 2018 +0300 (2018-07-13) |
parents | 9b3461bf373c |
children | 92698cd69f34 |
files | python-blessings/receipt |
line diff
1.1 --- a/python-blessings/receipt Fri Jul 13 13:52:56 2018 +0300 1.2 +++ b/python-blessings/receipt Fri Jul 13 15:42:56 2018 +0300 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://pypi.python.org/pypi/blessings" 1.5 REPOLOGY="python:blessings" 1.6 1.7 -BUILD_DEPENDS="python" 1.8 +BUILD_DEPENDS="python-six" 1.9 1.10 compile_rules() { 1.11 pip install --no-compile --root=$DESTDIR blessings 1.12 @@ -18,5 +18,5 @@ 1.13 genpkg_rules() { 1.14 VERSION=$(sed -n '/^Successfully installed/ s|.*blessings-||p' $LOGS/$PACKAGE.log) 1.15 copy @std 1.16 - DEPENDS="python" 1.17 + DEPENDS="python-six" 1.18 }