Skip to content

Commit

Permalink
python: Update find stdlib script
Browse files Browse the repository at this point in the history
This updates the python3-find-stdlib-depends.sh script for these
changes:

* The gdbm (dbm.gnu) package was merged into the dbm package in
  78f6c2c.

* The uuid module was split into a separate package in
  4e05541.

Signed-off-by: Jeffery To <[email protected]>
  • Loading branch information
jefferyto authored and neheb committed Apr 25, 2023
1 parent 743204f commit a35431f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/python/python3-find-stdlib-depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,6 +28,7 @@ python3-readline: readline
python3-sqlite3: sqlite3
python3-unittest: unittest
python3-urllib: urllib
python3-uuid: uuid
python3-xml: xml xmlrpc
"

Expand Down

0 comments on commit a35431f

Please sign in to comment.