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

Felix Yan fyan at archlinux.org
Fri Feb 26 07:02:51 UTC 2016


    Date: Friday, February 26, 2016 @ 08:02:51
  Author: fyan
Revision: 163478

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

Modified:
  python-oslo-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-26 07:00:05 UTC (rev 163477)
+++ PKGBUILD	2016-02-26 07:02:51 UTC (rev 163478)
@@ -35,7 +35,7 @@
   python setup.py testr
 
   cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py testr
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-oslo-i18n() {



More information about the arch-commits mailing list