From 72dca3af3568f2f55f4399dbac9d73767596f661 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 8 Jul 2013 21:51:51 +0530 Subject: [PATCH] Added python3 support which accidently removed from spec --- python-html5lib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-html5lib.spec b/python-html5lib.spec index 40ce9a2..b255461 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -1,4 +1,5 @@ %global modulename html5lib +%global with_python3 1 Name: python-%{modulename} Summary: A python based HTML parser/tokenizer @@ -20,6 +21,7 @@ BuildRequires: python-six BuildRequires: python3-devel BuildRequires: python-tools BuildRequires: python3-nose +BuildRequires: python3-six BuildRequires: python3-setuptools %endif