wok-next rev 21106

itstool depends on python3 now
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 05 04:15:30 2019 +0200 (2019-01-05)
parents 82b613cfd1e0
children ab0a20fa8bd0
files itstool/receipt
line diff
     1.1 --- a/itstool/receipt	Fri Jan 04 17:29:48 2019 +0200
     1.2 +++ b/itstool/receipt	Sat Jan 05 04:15:30 2019 +0200
     1.3 @@ -14,8 +14,8 @@
     1.4  WGET_URL="http://files.itstool.org/itstool/$TARBALL"
     1.5  TARBALL_SHA1="0341f6e980c00f95c6a5652228578cb13ebf0d98"
     1.6  
     1.7 -BUILD_DEPENDS="libxml2-python"
     1.8 -DEPENDS="libxml2-python"
     1.9 +BUILD_DEPENDS="libxml2-python3"
    1.10 +DEPENDS="libxml2-python3"
    1.11  
    1.12  compile_rules() {
    1.13  	PYTHON=/usr/bin/python3 \