wok rev 23220

gaupol: python2 replaced by python3
author Hans-G?nter Theisgen
date Mon Mar 23 13:55:45 2020 +0100 (2020-03-23)
parents 76af53472d01
children ff236a1ecca5
files gaupol/receipt
line diff
     1.1 --- a/gaupol/receipt	Mon Mar 23 11:07:18 2020 +0100
     1.2 +++ b/gaupol/receipt	Mon Mar 23 13:55:45 2020 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	python2 setup.py clean install --prefix=$install/usr
     1.8 +	python3 setup.py clean install --prefix=$install/usr
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.