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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
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

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 06 March 2023, 02:42 GMT
Reason for closing:  Fixed

Loading...