From: Jeffery To Date: Sun, 13 Jun 2021 18:21:53 +0000 (+0800) Subject: python3: Add readline to dependency finder script X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5c43da5e102a3050b394a908e97e252587f1b545;p=feed%2Fpackages.git python3: Add readline to dependency finder script Signed-off-by: Jeffery To (cherry picked from commit 1eeeba60d8cffc2f655c1ecbb277ca6734ac46b7) --- diff --git a/lang/python/python3-find-stdlib-depends.sh b/lang/python/python3-find-stdlib-depends.sh index 609fac4547..d0e983820a 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