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:
Sam Doran 2018-05-17 13:53:33 -04:00 committed by ansibot
commit 02bc4c570f
2 changed files with 1 additions and 7 deletions

View file

@ -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')