From 8609476a81d719130262b77f8444330d727d3855 Mon Sep 17 00:00:00 2001 From: zhangzg Date: Sat, 25 Aug 2018 08:49:38 +0800 Subject: [PATCH] Add python xml dependency Change-Id: I3b18a4f8244c007ea42520320749539bf522e220 --- packaging/nlp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/nlp.spec b/packaging/nlp.spec index afeb52d..dfec60b 100755 --- a/packaging/nlp.spec +++ b/packaging/nlp.spec @@ -15,6 +15,7 @@ BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(rpc-port) Requires: python-numpy +Requires: python-xml Requires: %{name}-data-en # runtime requires -- 2.7.4