From e0de8729b9ee78b14ea85034d894179af0b0acb3 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 11 Mar 2014 21:38:07 -0400 Subject: [PATCH] Add dependency on python-html5lib, epoch 1 or greater Signed-off-by: Dan Scott --- python-rdflib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-rdflib.spec b/python-rdflib.spec index ba96716..9ae7324 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -13,10 +13,11 @@ Patch1: python-rdflib-SPARQLWrapper-optional.patch BuildArch: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires: python-html5lib >= 1: Requires: python-isodate Requires: pyparsing -BuildRequires: python-html5lib +BuildRequires: python-html5lib >= 1: BuildRequires: python-isodate BuildRequires: pyparsing BuildRequires: python-devel