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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

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

Loading...