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#77711 - [ansible] Invalid optional dep python-python-github3py
Attached to Project:
Community Packages
Opened by Nikita Grabar (Slenderchat) - Friday, 03 March 2023, 09:24 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 06 March 2023, 02:42 GMT
Opened by Nikita Grabar (Slenderchat) - Friday, 03 March 2023, 09:24 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 06 March 2023, 02:42 GMT
|
DetailsDescription:
Currently `ansible` package have `python-python-github3py` listed as optional dependency, but correct name for this package is `python-github3py` Additional info: - Packages version: 7.3.0-2 Steps to reproduce: - `pacman -Qi ansible` (if installed) or `pacman -Syi ansible` (if not) - Look at optional deps and find `python-python-github3py` - Try to install it `pacman -Sy --asdeps python-python-github3py` - Get `error: target not found: python-python-github3py` - Try to install `pacman -Sy --asdeps python-github3py` - Sucess |
This task depends upon