From a35431f2bfbb3bc34a8f2ea34b3f2377c19c33c8 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 18 Apr 2023 17:18:06 +0800 Subject: [PATCH] python: Update find stdlib script This updates the python3-find-stdlib-depends.sh script for these changes: * The gdbm (dbm.gnu) package was merged into the dbm package in 78f6c2c5ad2fd3de8a33a1cddb02204177cf60ad. * The uuid module was split into a separate package in 4e05541782edeb06b51d691dadf52648df24c940. Signed-off-by: Jeffery To --- lang/python/python3-find-stdlib-depends.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python3-find-stdlib-depends.sh b/lang/python/python3-find-stdlib-depends.sh index d0e983820a..c402d2308e 100644 --- a/lang/python/python3-find-stdlib-depends.sh +++ b/lang/python/python3-find-stdlib-depends.sh @@ -14,11 +14,10 @@ python3-cgi: cgi python3-cgitb: cgitb python3-codecs: unicodedata python3-ctypes: ctypes -python3-dbm: dbm +python3-dbm: dbm dbm.dumb dbm.gnu dbm.ndbm python3-decimal: decimal python3-distutils: distutils python3-email: email -python3-gdbm: dbm.gnu python3-logging: logging python3-lzma: lzma python3-multiprocessing: multiprocessing @@ -29,6 +28,7 @@ python3-readline: readline python3-sqlite3: sqlite3 python3-unittest: unittest python3-urllib: urllib +python3-uuid: uuid python3-xml: xml xmlrpc "