From 865c2cb763606d2047c309a082f739f3a841aae4 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 2 Jun 2022 15:52:24 +0900 Subject: [PATCH] dist/Tizen: remove python2 dependency. Use python3 instead. Addressing #3774 Signed-off-by: MyungJoo Ham --- packaging/nnstreamer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 6526d3a..4c4b1f8 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -173,7 +173,7 @@ BuildRequires: gst-plugins-base BuildRequires: gtest-devel # a few test cases uses python %if 0%{?check_test} -BuildRequires: python +BuildRequires: python3 %endif %if 0%{?python3_support} # for python3 custom filters @@ -871,7 +871,7 @@ export NNSTREAMER_CONVERTERS=${NNSTREAMER_BUILD_ROOT_PATH}/ext/nnstreamer/tensor ssat -n -p=1 --summary summary.txt -cn _n popd -python tools/development/count_test_cases.py build tests/summary.txt +python3 tools/development/count_test_cases.py build tests/summary.txt %endif #if unit_test %install -- 2.7.4