[python-rdflib] Add dependency on python-html5lib, epoch 1 or greater

Dan Scott dscott at fedoraproject.org
Wed Mar 12 01:41:16 UTC 2014


commit e0de8729b9ee78b14ea85034d894179af0b0acb3
Author: Dan Scott <dan at coffeecode.net>
Date:   Tue Mar 11 21:38:07 2014 -0400

    Add dependency on python-html5lib, epoch 1 or greater
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

 python-rdflib.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list