From e3ec76af022ad99104fa0e7d80a03627eb0ebf75 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 21 Oct 2020 14:35:49 +0900 Subject: [PATCH] Add python3-cython dependency Change-Id: I2958080a6a055bce1c7ccc93fd9064d48d730c02 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 78fa66e..e8ac9bf 100755 --- a/packaging/nlp.spec +++ b/packaging/nlp.spec @@ -16,6 +16,7 @@ BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(rpc-port) BuildRequires: pkgconfig(ecore) +Requires: python3-cython Requires: python3-numpy Requires: python3-xml Requires: python3-six -- 2.7.4