[Spec] Remove flatbuffers-python recommends section
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 12 Jul 2021 02:18:04 +0000 (11:18 +0900)
committerwooksong <wook16.song@samsung.com>
Mon, 12 Jul 2021 03:43:44 +0000 (12:43 +0900)
Because of the security issue, VD does not use the script language.
Moreover, VD officially uses Python 3.5 for debugging purposes but the
latest Tizen 6.5 uses Python 3.9. Because of this reason, 'Recommends:
flatbuffers-python' section should be removed for VD build infra.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/nnstreamer.spec

index 9cdf9b0..5bf03df 100644 (file)
@@ -394,7 +394,9 @@ NNStreamer's tensor_converter and decoder subplugin of Protobuf.
 Summary:       NNStreamer Flatbuf Support
 Requires:      nnstreamer = %{version}-%{release}
 Requires:      flatbuffers
+%if "%{?profile}" != "tv"
 Recommends: flatbuffers-python
+%endif
 %description flatbuf
 NNStreamer's tensor_converter and decoder subplugin of flatbuf.
 %endif