From 16abcb69d8809634bd845e2d71f1e7fe56c0049f Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Apr 24 2014 11:27:28 +0000 Subject: Actually disable build_wheel --- diff --git a/python-pip.spec b/python-pip.spec index a21a283..da8d1fc 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,6 +1,6 @@ %if (! 0%{?rhel}) || 0%{?rhel} > 6 %global with_python3 1 -%global build_wheel 1 +%global build_wheel 0 %endif %if 0%{?rhel} && 0%{?rhel} < 6 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}