ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

Release 0.3, boto3 install dependency question #48

Closed rocko-n closed 10 months ago

rocko-n commented 3 years ago

Hello. Just a generic question regarding 0.3 version.

As I understand boto3 is removed from the install dependencies for any *nix operating system: https://github.com/ansible-community/molecule-ec2/blob/14cea258dfbb7f465e4149ea33f4f5462adffefd/setup.cfg#L66

I don't see information about boto3 install dependency removal in the release changelog.

pip show molecule-ec2
Name: molecule-ec2
Version: 0.3
Summary: EC2 Molecule Plugin :: run molecule tests using AWS EC2
Home-page: https://github.com/ansible-community/molecule-ec2
Author: Sorin Sbarnea
Author-email: sorin.sbarnea@gmail.com
License: MIT
Location: /home/andrew/.local/share/virtualenvs/test-hTviaBQ-/lib/python3.7/site-packages
Requires: molecule, pyyaml
Required-by:

pip show molecule-ec2
Name: molecule-ec2
Version: 0.2
Summary: EC2 Molecule Plugin :: run molecule tests using AWS EC2
Home-page: https://github.com/ansible-community/molecule-ec2
Author: Sorin Sbarnea
Author-email: sorin.sbarnea@gmail.com
License: MIT
Location: /home/andrew/.local/share/virtualenvs/test-hTviaBQ-/lib/python3.7/site-packages
Requires: boto, boto3, ansible, molecule, pyyaml
Required-by: 

Is it expected or is it some sort of a bug?

tbugfinder commented 3 years ago

I agree boto3 should be preserved within install_requires.