aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3-find-stdlib-depends.sh
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2021-06-14 02:21:53 +0800
committerHannu Nyman <hannu.nyman@iki.fi>2021-06-15 08:56:35 +0300
commitaefabac1267345539387d6a8135d9ca64d53f4dd (patch)
tree4462e6fef1c56b5c7fbb4114d87b0ffc6c83915f /lang/python/python3-find-stdlib-depends.sh
parent69c42cda625892057c8eea59c2cc784ce191b3e4 (diff)
python3: Add readline to dependency finder script
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python3-find-stdlib-depends.sh')
-rw-r--r--lang/python/python3-find-stdlib-depends.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/python3-find-stdlib-depends.sh b/lang/python/python3-find-stdlib-depends.sh
index 609fac454..d0e983820 100644
--- a/lang/python/python3-find-stdlib-depends.sh
+++ b/lang/python/python3-find-stdlib-depends.sh
@@ -25,6 +25,7 @@ python3-multiprocessing: multiprocessing
python3-ncurses: ncurses
python3-openssl: ssl
python3-pydoc: doctest pydoc
+python3-readline: readline
python3-sqlite3: sqlite3
python3-unittest: unittest
python3-urllib: urllib