From: Seung-Woo Kim Date: Mon, 1 Apr 2024 08:48:47 +0000 (+0900) Subject: packaging: Add python3-base dependency X-Git-Tag: accepted/tizen/unified/20240402.151325^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_dev;p=platform%2Fupstream%2Fgdb.git packaging: Add python3-base dependency 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 --- diff --git a/packaging/gdb.spec b/packaging/gdb.spec index e63a5a6bf..fd017a247 100644 --- a/packaging/gdb.spec +++ b/packaging/gdb.spec @@ -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