Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#72636 - [git-review] 1.28.0-4 Missing dependecies
Attached to Project:
Arch Linux
Opened by Edouard Denommee (Edouard) - Thursday, 04 November 2021, 18:57 GMT
Last edited by Christian Heusel (gromit) - Tuesday, 08 August 2023, 15:08 GMT
Opened by Edouard Denommee (Edouard) - Thursday, 04 November 2021, 18:57 GMT
Last edited by Christian Heusel (gromit) - Tuesday, 08 August 2023, 15:08 GMT
|
DetailsDescription:
The git-review package needs the following dependency added: - extra/python-setuptools It is otherwise missing the necessary following necessary python modules: - pkg_resources (from extra/python-setuptools), - six (from extra/python-six) Additional info: * package version(s) extra/git-review 1.28.0-4 * config and/or log files etc. ``` $ git review -l Traceback (most recent call last): File "/usr/bin/git-review", line 6, in <module> from git_review.cmd import main File "/usr/lib/python3.9/site-packages/git_review/cmd.py", line 28, in <module> import six ModuleNotFoundError: No module named 'six' ``` ``` $ git review -l Traceback (most recent call last): File "/usr/bin/git-review", line 6, in <module> from git_review.cmd import main File "/usr/lib/python3.9/site-packages/git_review/cmd.py", line 33, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' ``` * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
Closed by Christian Heusel (gromit)
Tuesday, 08 August 2023, 15:08 GMT
Reason for closing: Won't fix
Additional comments about closing: Package dropped to the AUR: https://aur.archlinux.org/packages/git-r eview
Tuesday, 08 August 2023, 15:08 GMT
Reason for closing: Won't fix
Additional comments about closing: Package dropped to the AUR: https://aur.archlinux.org/packages/git-r eview