From b59db8ef025b3cd158a818a67318e2dcddbf4262 Mon Sep 17 00:00:00 2001 From: Marcel Wysocki Date: Sep 11 2015 08:19:16 +0000 Subject: no python3 in el7 --- diff --git a/python-apsw.spec b/python-apsw.spec index dae9489..618d1c6 100644 --- a/python-apsw.spec +++ b/python-apsw.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())")}