mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
@@ -14,11 +14,10 @@ python3-cgi: cgi
|
|||||||
python3-cgitb: cgitb
|
python3-cgitb: cgitb
|
||||||
python3-codecs: unicodedata
|
python3-codecs: unicodedata
|
||||||
python3-ctypes: ctypes
|
python3-ctypes: ctypes
|
||||||
python3-dbm: dbm
|
python3-dbm: dbm dbm.dumb dbm.gnu dbm.ndbm
|
||||||
python3-decimal: decimal
|
python3-decimal: decimal
|
||||||
python3-distutils: distutils
|
python3-distutils: distutils
|
||||||
python3-email: email
|
python3-email: email
|
||||||
python3-gdbm: dbm.gnu
|
|
||||||
python3-logging: logging
|
python3-logging: logging
|
||||||
python3-lzma: lzma
|
python3-lzma: lzma
|
||||||
python3-multiprocessing: multiprocessing
|
python3-multiprocessing: multiprocessing
|
||||||
@@ -29,6 +28,7 @@ python3-readline: readline
|
|||||||
python3-sqlite3: sqlite3
|
python3-sqlite3: sqlite3
|
||||||
python3-unittest: unittest
|
python3-unittest: unittest
|
||||||
python3-urllib: urllib
|
python3-urllib: urllib
|
||||||
|
python3-uuid: uuid
|
||||||
python3-xml: xml xmlrpc
|
python3-xml: xml xmlrpc
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user