# HG changeset patch # User Hans-Günter Theisgen # Date 1584968145 -3600 # Node ID a79df5936e703d761fd0c1671b58fb6b2ba31e64 # Parent 76af53472d01d3b6cc464b2c0197001db6744c9b gaupol: python2 replaced by python3 diff -r 76af53472d01 -r a79df5936e70 gaupol/receipt --- a/gaupol/receipt Mon Mar 23 11:07:18 2020 +0100 +++ b/gaupol/receipt Mon Mar 23 13:55:45 2020 +0100 @@ -18,7 +18,7 @@ # Rules to configure and make the package. compile_rules() { - python2 setup.py clean install --prefix=$install/usr + python3 setup.py clean install --prefix=$install/usr } # Rules to gen a SliTaz package suitable for Tazpkg.