summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-10-12 13:38:51 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2016-10-12 13:38:51 -0700
commit1684ed3fc985d565f54e49ae54d20a85a82f14b8 (patch)
treea4483db4afbfce1c245df2b1723f4a6983259c1a
parentfc7ae9436d51be2aa01b168ad5562ca754ad184b (diff)
downloadpython-mock-1684ed3fc985d565f54e49ae54d20a85a82f14b8.tar.gz
python-mock-1684ed3fc985d565f54e49ae54d20a85a82f14b8.tar.xz
python-mock-1684ed3fc985d565f54e49ae54d20a85a82f14b8.zip
Enable python3 in el6
-rw-r--r--python-mock.spec2
1 files changed, 1 insertions, 1 deletions
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