wok-next diff python-cheetah3/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
line diff
     1.1 --- a/python-cheetah3/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.2 +++ b/python-cheetah3/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -13,6 +13,8 @@
     1.4  BUILD_DEPENDS="python python3"
     1.5  SPLIT="${PACKAGE/python/python3}:3"
     1.6  
     1.7 +COOKOPTS="force-arch" # i486 contains *.so, but x86_64 - don't
     1.8 +
     1.9  compile_rules() {
    1.10  	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.11  }