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 in78f6c2c5ad
. * The uuid module was split into a separate package in4e05541782
. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
743204ff2d
commit
a35431f2bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in a new issue