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

Felix Yan felixonmars at archlinux.org
Fri Jul 20 03:22:52 UTC 2018


    Date: Friday, July 20, 2018 @ 03:22:52
  Author: felixonmars
Revision: 362496

Actually test with python2

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 03:22:42 UTC (rev 362495)
+++ PKGBUILD	2018-07-20 03:22:52 UTC (rev 362496)
@@ -45,7 +45,7 @@
   stestr run
 
   cd "$srcdir"/keystoneauth-$pkgver-py2
-  stestr2 run
+  PYTHON=python2 stestr2 run
 }
 
 package_python-keystoneauth1() {



More information about the arch-commits mailing list