wok-next diff python-blessings/receipt @ rev 20921

flake8 -> python-flake8
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 11:18:36 2018 +0300 (2018-08-22)
parents 9b3461bf373c
children 8b5b2a6d07b8
line diff
     1.1 --- a/python-blessings/receipt	Fri Jul 13 13:52:56 2018 +0300
     1.2 +++ b/python-blessings/receipt	Wed Aug 22 11:18:36 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  }