packaging: Add python3-base dependency 06/308806/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240402.151325 accepted/tizen/unified/20240402.163633 accepted/tizen/unified/x/20240403.102949
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 1 Apr 2024 08:48:47 +0000 (17:48 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 1 Apr 2024 08:51:46 +0000 (17:51 +0900)
The gdb uses python encodings module, and in python3 package, it is
in python3-base. So, need to add python3-base dependency explicitly.

Change-Id: I9177995d06db6802e6aef742bfc4e108aed1aba4
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/gdb.spec

index e63a5a6..fd017a2 100644 (file)
@@ -28,6 +28,7 @@ Source1001:     gdb.manifest
 %define gdb_src gdb-%{version}
 %define gdb_build build-%{_target_platform}
 Requires:       python3
+Requires:       python3-base
 Requires:       libgmp
 BuildRequires:  bison
 BuildRequires:  expat-devel