summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2023-05-09 11:47:23 +0900
committerSangjung Woo <sangjung.woo@samsung.com>2023-05-09 11:47:23 +0900
commit2b45ebdedac8e29aee3c86821c4312994849f507 (patch)
treed6a4bf2b7f6ee51cb1528c9c55b96d0fa46bd853
parentf8cb077b3a7531bbc754d1cca8b68a1ef6bc3a96 (diff)
downloadflatbuffers-tizen_8.0.tar.gz
flatbuffers-tizen_8.0.tar.bz2
flatbuffers-tizen_8.0.zip
This patch fixes the wrong Requires section of the flatbuffers-python package. Change-Id: Ie01232ca99b0e943421d951ff8fd4fbc727ce016 Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r--packaging/flatbuffers.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/flatbuffers.spec b/packaging/flatbuffers.spec
index 8ae86cfb..49446768 100644
--- a/packaging/flatbuffers.spec
+++ b/packaging/flatbuffers.spec
@@ -31,7 +31,7 @@ This package provides headers and other miscellaneous files required to use flat
Summary: Python subpackage to use flatbuffers
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: python3-devel
+Requires: python3
%description python
This package provides flatbuffers python API.