Really disable python bindings to be able to build the package

This commit is contained in:
Jakub Jelen 2019-10-11 17:29:49 +02:00
parent 4d440de998
commit d264b19aaa

View File

@ -71,7 +71,7 @@ chmod 644 python/tests/*
autoreconf -vfi
#export PYTHON=%{__python3}
#%configure --disable-static --disable-silent-rules --with-python
%configure --disable-static --disable-silent-rules
%configure --disable-static --disable-silent-rules --with-python=no
%make_build
%install