From b1f8cf894c979afe40fcbc1ebffa551255f781e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=ED=95=9C=EC=A2=85/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Engineer/=EC=82=BC=EC=84=B1=EC=A0=84?= =?utf8?q?=EC=9E=90?= Date: Tue, 4 Dec 2018 19:49:00 +0900 Subject: [PATCH] Revise nnfw.spec for tizen (#3857) Add a required package python 3. This is for test generation on build time. Signed-off-by: Hanjoung Lee --- packaging/nnfw.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec index 0682729..fe241eb 100644 --- a/packaging/nnfw.spec +++ b/packaging/nnfw.spec @@ -11,6 +11,7 @@ Source1: %{name}.manifest %ifarch arm armv7l aarch64 BuildRequires: cmake BuildRequires: python +BuildRequires: python3 BuildRequires: boost-devel BuildRequires: gtest-devel BuildRequires: tensorflow-lite-devel -- 2.7.4