mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Add six as a dependency for packaging
This commit is contained in:
parent
093b5b6051
commit
300eb3a843
3 changed files with 6 additions and 2 deletions
|
@ -28,6 +28,7 @@ Requires: python26-jinja2
|
|||
Requires: python26-keyczar
|
||||
Requires: python26-httplib2
|
||||
Requires: python26-setuptools
|
||||
Requires: python26-six
|
||||
%endif
|
||||
|
||||
# RHEL == 6
|
||||
|
@ -45,6 +46,7 @@ Requires: python-jinja2
|
|||
Requires: python-keyczar
|
||||
Requires: python-httplib2
|
||||
Requires: python-setuptools
|
||||
Requires: python-six
|
||||
%endif
|
||||
|
||||
# FEDORA > 17
|
||||
|
@ -57,6 +59,7 @@ Requires: python-jinja2
|
|||
Requires: python-keyczar
|
||||
Requires: python-httplib2
|
||||
Requires: python-setuptools
|
||||
Requires: python-six
|
||||
%endif
|
||||
|
||||
# SuSE/openSuSE
|
||||
|
@ -69,6 +72,7 @@ Requires: python-keyczar
|
|||
Requires: python-yaml
|
||||
Requires: python-httplib2
|
||||
Requires: python-setuptools
|
||||
Requires: python-six
|
||||
%endif
|
||||
|
||||
Requires: sshpass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue