FS#70777 - [molecule] missing dependency: ansible-lint

Attached to Project: Community Packages
Opened by Renato Caldas (rmsc) - Monday, 10 May 2021, 10:29 GMT
Last edited by David Runge (dvzrv) - Monday, 28 June 2021, 18:07 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

'molecule' requires dependency 'ansible-lint>=5.0.5', which is not in the dependencies.

Running a simple 'molecule --version' results in:

```bash
$ molecule --version
Traceback (most recent call last):
(...)
File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'ansible-lint>=5.0.5' distribution was not found and is required by molecule
```

Additional info:
* package version(s)
community/molecule 3.3.0-1

Steps to reproduce:

```bash
$ pacman -Rs ansible-lint
$ pacman -S molecule
$ molecule --version
```
This task depends upon

Closed by  David Runge (dvzrv)
Monday, 28 June 2021, 18:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with 3.3.1-1

Loading...