wok-next diff python-idna/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents c9a7a7b42a86
children
line diff
     1.1 --- a/python-idna/receipt	Sat Sep 22 16:05:26 2018 +0300
     1.2 +++ b/python-idna/receipt	Wed Dec 11 14:19:01 2019 +0100
     1.3 @@ -15,7 +15,9 @@
     1.4  SPLIT="${PACKAGE/python/python3}:3"
     1.5  
     1.6  compile_rules() {
     1.7 -	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
     1.8 +	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION || return 1
     1.9 +
    1.10 +	find $install -type f -exec chmod a-x '{}' \;
    1.11  }
    1.12  
    1.13  genpkg_rules() {