From bd09d901199eeb6ed62e58935cd6e327dfedd9b452834505a79dca059d38f77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 10 Jul 2025 13:26:30 +0000 Subject: [PATCH] fix after spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=126 --- python-isort.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-isort.spec b/python-isort.spec index 0426ce1..04b79fe 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -137,7 +137,7 @@ donttest+=" or test_black_pyi_file" ORIGPATH=$PATH %{python_expand # install isort and required example projects into custom root mkdir isort-test-%{$python_bin_suffix} -export PATH="$(pwd)/isort-test-%{$python_bin_suffix}%{_prefix}/bin:$ORIGPATH" +export PATH="$(pwd)/isort-test-%{$python_bin_suffix}/usr/bin:$ORIGPATH" export PYTHONPATH="$(pwd)/isort-test-%{$python_bin_suffix}%{$python_sitelib}" export PYTHONDONTWRITEBYTECODE=1