$ mycli Traceback (most recent call last): File "/usr/bin/mycli", line 5, in <module> from mycli.main import cli File "/usr/lib/python3.11/site-packages/mycli/main.py", line 27, in <module> import sqlglot ModuleNotFoundError: No module named 'sqlglot' also can't find sqlglot in tree # emerge -pvq dev-db/mycli [ebuild R ] dev-db/mycli-1.26.1 USE="-ssh -test" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d0df65350b69232639af5d8b812fe7fa3cac87 commit b5d0df65350b69232639af5d8b812fe7fa3cac87 Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2023-07-27 12:35:39 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-07-28 15:58:30 +0000 dev-db/mycli: add missing dependency sqlglot * Fix tests and update other deps as well. Closes: https://bugs.gentoo.org/911158 Closes: https://bugs.gentoo.org/909833 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-db/mycli/mycli-1.26.1-r1.ebuild | 43 +++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 18 deletions(-)