From 030f09ff2e8db1f1e093697a89db4dfa6b29674d57d11acff0414c90f481fb5c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Feb 2022 17:35:07 +0000 Subject: [PATCH] Add missing export OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=139 --- python-psutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index 49f6374..be6bef3 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -91,7 +91,7 @@ export TRAVIS=1 march=`python3 -c "import platform ; print(platform.machine())"` # Note test_fetch_all is a bit flaky, occasionally failing -%{python_expand PYTHONPATH=build/lib.linux-${march}-%{$python_version}/ +%{python_expand export PYTHONPATH=build/lib.linux-${march}-%{$python_version}/ $python -Wa psutil/tests/runner.py } %endif