From 0aadd063353114e192e0303c34f2b078f7e9296d Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Mon, 2 Jul 2018 20:57:54 +0900 Subject: [PATCH] [DIST] RPM Build: Add python build dependency Although python is implicitly added as build-dep by other packages, we now uses python explicitly with a few test cases. Thus, we'd better express it explicitly. Signed-off-by: MyungJoo Ham --- packaging/nnstreamer.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 54ed768..c29ad62 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -27,6 +27,8 @@ BuildRequires: gst-plugins-good-extra BuildRequires: gst-plugins-base # and gtest BuildRequires: gtest-devel +# a few test cases uses python +BuildRequires: python %if 0%{?testcoverage} BuildRequires: taos-ci-unittest-coverage-assessment -- 2.7.4