wok-next diff python-pyxml/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c9a7a7b42a86
children
line diff
     1.1 --- a/python-pyxml/receipt	Sat Sep 22 16:05:26 2018 +0300
     1.2 +++ b/python-pyxml/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4  BUILD_DEPENDS="python-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	python setup.py build --with-xslt &&
     1.8 +	python -B setup.py build --with-xslt &&
     1.9  	python -B setup.py install --root=$install
    1.10  }
    1.11