Change-Id: Ic72f1fb0cf5ca52b28852f444263f4c6115ecbea
%build
cp %{SOURCE1001} .
export CFLAGS="%{optflags} -DHAVE_CURL_OPENSSL"
-python setup.py build
+%{__python} setup.py build
%check
export PYTHONPATH=$PWD/build/lib*
-python tests/test_internals.py -q
+%{__python} tests/test_internals.py -q
%install
-python setup.py install -O1 --skip-build --root=%{buildroot} --prefix=%{_prefix}
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot} --prefix=%{_prefix}
%remove_docs