From: 이한종/동작제어Lab(SR)/Engineer/삼성전자 Date: Tue, 4 Dec 2018 10:49:00 +0000 (+0900) Subject: Revise nnfw.spec for tizen (#3857) X-Git-Tag: 0.3~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1f8cf894c979afe40fcbc1ebffa551255f781e4;p=platform%2Fcore%2Fml%2Fnnfw.git 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 --- 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