[python-optcomplete/el6] Disable python3 on el6

Orion Poplawski orion at fedoraproject.org
Mon Apr 29 15:27:38 UTC 2013


commit afe5e035e01ef5efca16076fcc81a09f9c197518
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Apr 29 09:27:36 2013 -0600

    Disable python3 on el6

 python-optcomplete.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-optcomplete.spec b/python-optcomplete.spec
index ff2c943..ee177fb 100644
--- a/python-optcomplete.spec
+++ b/python-optcomplete.spec
@@ -1,5 +1,5 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%global with_python3 1
+%global with_python3 0
 
 Name:           python-optcomplete
 Version:        1.2


More information about the scm-commits mailing list