[python-webtest] Modernize with_python3 conditional.

Ralph Bean ☃ ralph at fedoraproject.org
Wed Feb 27 16:34:24 UTC 2013


commit aec1bd488272d67dbf432aee93d008aaa5a4238e
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Feb 27 11:34:13 2013 -0500

    Modernize with_python3 conditional.

 python-webtest.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


More information about the scm-commits mailing list