mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add python-setuptools to the requirements for running ansible as
python-setuptools contains the egginfo needed to make pkg_resources work.
This commit is contained in:
parent
4de4d59d7a
commit
6c0b4bc56e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Homepage: http://ansible.github.com/
|
||||||
|
|
||||||
Package: ansible
|
Package: ansible
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), sshpass, ${misc:Depends}
|
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), python-setuptools, sshpass, ${misc:Depends}
|
||||||
Description: A radically simple IT automation platform
|
Description: A radically simple IT automation platform
|
||||||
A radically simple IT automation platform that makes your applications and
|
A radically simple IT automation platform that makes your applications and
|
||||||
systems easier to deploy. Avoid writing scripts or custom code to deploy and
|
systems easier to deploy. Avoid writing scripts or custom code to deploy and
|
||||||
|
|
Loading…
Reference in a new issue