git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
743204f
)
python: Update find stdlib script
author
Jeffery To
<redacted>
Tue, 18 Apr 2023 09:18:06 +0000
(17:18 +0800)
committer
Rosen Penev
<redacted>
Tue, 25 Apr 2023 04:49:53 +0000
(07:49 +0300)
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 <redacted>
lang/python/python3-find-stdlib-depends.sh
patch
|
blob
|
history
diff --git
a/lang/python/python3-find-stdlib-depends.sh
b/lang/python/python3-find-stdlib-depends.sh
index d0e983820a957354c42f4e7bbd311de04130fb17..c402d2308e9d17ae26d5f6f2a359bb917436c0e8 100644
(file)
--- 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
"
git clone https://git.99rst.org/PROJECT