mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove python-keyczar dependency (#38534)
* Remove python-keyczar dependency * Remove python-keyczare from Dockerfiles * Revert "Remove python-keyczare from Dockerfiles" This reverts commit 264be66ad8337c5ccd0db76dc7000015500b6074.
This commit is contained in:
@@ -16,11 +16,8 @@ pkgdesc='Ansible IT Automation'
|
||||
arch=('any')
|
||||
url='https://www.ansible.com'
|
||||
license=('GPL3')
|
||||
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
|
||||
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml', 'python2-crypto')
|
||||
makedepends=('git' 'docutils' 'fakeroot')
|
||||
optdepends=('python2-pyasn1: needed for accelerated mode'
|
||||
'python2-crypto: needed for accelerated mode'
|
||||
'python2-keyczar: needed for accelerated mode')
|
||||
conflicts=('ansible')
|
||||
provides=('ansible')
|
||||
backup=('etc/ansible/ansible.cfg')
|
||||
|
||||
@@ -26,7 +26,6 @@ BuildRequires: python26-setuptools
|
||||
Requires: python26-PyYAML
|
||||
Requires: python26-paramiko
|
||||
Requires: python26-jinja2
|
||||
Requires: python26-keyczar
|
||||
Requires: python26-httplib2
|
||||
Requires: python26-setuptools
|
||||
Requires: python26-six
|
||||
@@ -60,7 +59,6 @@ BuildRequires: python-setuptools
|
||||
Requires: PyYAML
|
||||
Requires: python-paramiko
|
||||
Requires: python-jinja2
|
||||
Requires: python-keyczar
|
||||
Requires: python-httplib2
|
||||
Requires: python-setuptools
|
||||
Requires: python-six
|
||||
@@ -72,7 +70,6 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-paramiko
|
||||
Requires: python-jinja2
|
||||
Requires: python-keyczar
|
||||
Requires: python-yaml
|
||||
Requires: python-httplib2
|
||||
Requires: python-setuptools
|
||||
|
||||
Reference in New Issue
Block a user