From 8ff5a16146ffc33a6be02763c1cb79472ddd7b15 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 27 Aug 2018 09:09:16 +0900 Subject: [PATCH] Add python-six dependency Change-Id: Ie24911eb7a17fc53951546a8ee80e8ecfd7be005 Signed-off-by: Jihoon Kim --- packaging/nlp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/nlp.spec b/packaging/nlp.spec index dfec60b..b3b5b0a 100755 --- a/packaging/nlp.spec +++ b/packaging/nlp.spec @@ -16,6 +16,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(rpc-port) Requires: python-numpy Requires: python-xml +Requires: python-six Requires: %{name}-data-en # runtime requires -- 2.34.1