From 189d28f8561bc426c239582311bf3008e7d056e3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 Jun 2014 08:42:54 -0500 Subject: [PATCH] no python3 in epel (yet) --- python-html5lib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-html5lib.spec b/python-html5lib.spec index 17a302a..b6ee0cb 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -1,5 +1,7 @@ %global modulename html5lib +%if 0%{?fedora} %global with_python3 1 +%endif Name: python-%{modulename} Summary: A python based HTML parser/tokenizer