[python-pip] Actually disable build_wheel

Matej Stuchlik mstuchli at fedoraproject.org
Thu Apr 24 11:27:54 UTC 2014


commit 16abcb69d8809634bd845e2d71f1e7fe56c0049f
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Thu Apr 24 13:27:28 2014 +0200

    Actually disable build_wheel

 python-pip.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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())")}


More information about the scm-commits mailing list