SHA256
1
0
forked from pool/libguestfs

Check if python is installed

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=213
This commit is contained in:
Olaf Hering 2013-06-29 17:34:19 +00:00 committed by Git OBS Bridge
parent 1678caf9cc
commit 2b7fa96821

View File

@ -453,7 +453,7 @@ fi
%configure \
--help || :
if ! pkg-config python
if python --version && ! pkg-config python
then
export PYTHON_LIBS="-lpython`python -c 'import distutils.sysconfig; print (distutils.sysconfig.get_python_version ());'`"
export PYTHON_CFLAGS="-I`python -c 'import distutils.sysconfig; print (distutils.sysconfig.get_python_inc ());'`"