Browse Source

python3: Add readline to dependency finder script

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 3 years ago
committed by Hannu Nyman
parent
commit
aefabac126
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/python3-find-stdlib-depends.sh

+ 1
- 0
lang/python/python3-find-stdlib-depends.sh View File

@ -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


Loading…
Cancel
Save