From: Jan Palus Date: Thu, 31 Mar 2022 22:10:03 +0000 (+0200) Subject: pass python version/paths manually X-Git-Tag: auto/th/blueman-2.2.4-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fblueman.git;a=commitdiff_plain;h=9c917c1b2983242c0b158917d116e12db14b2152 pass python version/paths manually --- diff --git a/blueman.spec b/blueman.spec index f1509b7..21d66c1 100644 --- a/blueman.spec +++ b/blueman.spec @@ -151,6 +151,9 @@ Wtyczka Bluemana dla Thunara. %configure \ CYTHONEXEC=/usr/bin/cython3 \ NETWORKTOOLS=/sbin/ip \ + am_cv_python_pyexecdir=%{py3_sitedir} \ + am_cv_python_pythondir=%{py3_sitedir} \ + am_cv_python_version=%{py3_ver} \ --disable-runtime-deps-check \ --disable-schemas-compile \ --disable-static \