From 1684ed3fc985d565f54e49ae54d20a85a82f14b8 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 12 Oct 2016 13:38:51 -0700 Subject: Enable python3 in el6 --- python-mock.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index 8dd00be..27e0072 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 || 0%{?rhel} >= 6 %global with_python3 1 %endif -- cgit