[python-ecdsa] No python 3 for el7

Orion Poplawski orion at fedoraproject.org
Fri Jun 13 17:57:17 UTC 2014


commit db363b9977395d134eb32a397eafc4b1c32380d0
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Jun 13 11:57:14 2014 -0600

    No python 3 for el7

 python-ecdsa.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-ecdsa.spec b/python-ecdsa.spec
index 612b11c..24342a8 100644
--- a/python-ecdsa.spec
+++ b/python-ecdsa.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