mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07: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:
parent
279cf596dc
commit
02bc4c570f
2 changed files with 1 additions and 7 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue