From 3890406a537aa69673ae58a681c341d0aad37327 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 25 Feb 2015 11:13:08 +1100 Subject: [PATCH] Turn the with_python3 on for fedora Not sure how that happened, with_python3 should be enabled for fedora. --- python-httpretty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 2e6cf1a..a37f9a1 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,6 +1,6 @@ %if 0%{?fedora} # escaping for EPEL. -%global with_python3 0 +%global with_python3 1 %endif %global run_tests 0