We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e8bc3 commit 5a9d7f4Copy full SHA for 5a9d7f4
package/python-kiwi_boxed_plugin-spec-template
@@ -29,7 +29,11 @@
29
%endif
30
31
%if %{undefined python3_sitelib}
32
+%if "%{_vendor}" == "debbuild"
33
%global python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
34
+%else
35
+%global python3_sitelib %(%{__python3} -c "import sysconfig; print(sysconfig.get_path('platlib'))")
36
+%endif
37
38
39
%if %{undefined python3_version}
0 commit comments