Date: Saturday, April 8, 2023 @ 06:21:34
  Author: felixonmars
Revision: 1441984

upgpkg: python-cliff 4.2.0-2: rebuild with python 3.11

Modified:
  python-cliff/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-08 06:19:56 UTC (rev 1441983)
+++ PKGBUILD    2023-04-08 06:21:34 UTC (rev 1441984)
@@ -4,7 +4,7 @@
 pkgname=python-cliff
 pkgver=4.2.0
 _commit=fb9a3a9b2daa21317d0adceca86215c393e975e6
-pkgrel=1
+pkgrel=2
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
 url="https://docs.openstack.org/cliff/latest/";
@@ -24,7 +24,7 @@
 
 check() {
   cd cliff
-  stestr run
+  PYTHONPATH="$PWD/build/lib" stestr run
 }
 
 package() {

Reply via email to