[python-d2to1] python3 is not in rhel7

Matthias Runge mrunge at fedoraproject.org
Wed Aug 28 20:01:11 UTC 2013


commit d184bc13b0dc7c0fa3f4c28b4cecee2637a88163
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Aug 28 22:00:42 2013 +0200

    python3 is not in rhel7

 python-d2to1.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-d2to1.spec b/python-d2to1.spec
index 807da9c..701b046 100644
--- a/python-d2to1.spec
+++ b/python-d2to1.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12 || 0%{?rhel} > 7
 %global with_python3 1
 %else
 %{!?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