diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2023-05-09 11:47:23 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2023-05-09 11:47:23 +0900 |
commit | 2b45ebdedac8e29aee3c86821c4312994849f507 (patch) | |
tree | d6a4bf2b7f6ee51cb1528c9c55b96d0fa46bd853 | |
parent | f8cb077b3a7531bbc754d1cca8b68a1ef6bc3a96 (diff) | |
download | flatbuffers-tizen_8.0.tar.gz flatbuffers-tizen_8.0.tar.bz2 flatbuffers-tizen_8.0.zip |
[spec] Update the Requires sectiontizen_8.0_m2_releaseaccepted/tizen/unified/20230601.163012accepted/tizen/8.0/unified/20231005.094839tizen_8.0accepted/tizen_8.0_unified
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.spec | 2 |
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. |