Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909833 - dev-db/mycli missing sqlglot
Summary: dev-db/mycli missing sqlglot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-07-07 13:37 UTC by Leonid Kopylov
Modified: 2023-07-28 15:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Kopylov 2023-07-07 13:37:24 UTC
$ 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"
Comment 1 Larry the Git Cow gentoo-dev 2023-07-28 15:58:37 UTC
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(-)