From aec1bd488272d67dbf432aee93d008aaa5a4238e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 27 2013 16:34:13 +0000 Subject: Modernize with_python3 conditional. --- diff --git a/python-webtest.spec b/python-webtest.spec index 5d15671..c3ce46c 100644 --- a/python-webtest.spec +++ b/python-webtest.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 +%if 0%{?fedora} %global with_python3 1 %endif