[python-pytest-cache] No Python 3 for EL7

Orion Poplawski orion at fedoraproject.org
Mon Jun 16 15:06:27 UTC 2014


commit e6e7dadfe5b9f866c584d31d0440687c4febe2ff
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Jun 16 09:06:22 2014 -0600

    No Python 3 for EL7

 python-pytest-cache.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-pytest-cache.spec b/python-pytest-cache.spec
index 418cb81..235d421 100644
--- a/python-pytest-cache.spec
+++ b/python-pytest-cache.spec
@@ -1,4 +1,4 @@
-%if 0%{?rhel} && 0%{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 7
 %{!?__python2: %global __python2 /usr/bin/python2}
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}


More information about the scm-commits mailing list