[arch-commits] Commit in python-mox3/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Feb 26 06:57:22 UTC 2016


    Date: Friday, February 26, 2016 @ 07:57:21
  Author: fyan
Revision: 163476

fix testr as it doesn't run python2 without setting $PYTHON

Modified:
  python-mox3/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-26 06:56:40 UTC (rev 163475)
+++ PKGBUILD	2016-02-26 06:57:21 UTC (rev 163476)
@@ -32,7 +32,7 @@
   python setup.py testr
 
   cd "$srcdir"/mox3-py2
-  python2 setup.py testr
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-mox3() {



More information about the arch-commits mailing list