Hi,
There is something missing:
#define python macros for openSUSE < 112 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Regards,
Luiz
2010/10/26 Luiz Fernando Ranghetti elchevive68@gmail.com
Hi, There is something missing: #define python macros for openSUSE < 112 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Regards, Luiz 2010/10/26 Roelof Wobben rwobben@hotmail.com
Hello,
Im trying to make my spec file working on 11.1 and 11.2
Darix told me that I have to put this line into the spec file :
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print
But now every build failes.
My project can be found at : https://build.opensuse.org/project/show?project=home%3Asnowman1967
What can I do to make it work again.
Roelof -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org