[python-prettytable] python3 is not in rhel7

Alan Pevec apevec at fedoraproject.org
Wed Oct 24 18:19:06 UTC 2012


commit 7afe4f5c5061ea439208026cd980bc3fff671890
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Oct 24 20:18:08 2012 +0200

    python3 is not in rhel7

 python-prettytable.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-prettytable.spec b/python-prettytable.spec
index 8e3d7b6..b0e50f9 100644
--- a/python-prettytable.spec
+++ b/python-prettytable.spec
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12 || 0%{?rhel} > 7
 %global with_python3 1
 %endif
 


More information about the scm-commits mailing list