Added optional dependencies for fireball mode to PKGBUILD.
This commit is contained in:
parent
4a5b567f0c
commit
424109d8de
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ url="http://ansible.cc"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
|
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
|
||||||
makedepends=('git' 'asciidoc' 'fakeroot')
|
makedepends=('git' 'asciidoc' 'fakeroot')
|
||||||
|
optdepends=('python2-pyzmq: needed for fireball mode'
|
||||||
|
'python2-pyasn1: needed for fireball mode'
|
||||||
|
'python2-crypto: needed for fireball mode'
|
||||||
|
'python2-keyczar: needed for fireball mode')
|
||||||
conflicts=('ansible')
|
conflicts=('ansible')
|
||||||
source=("$pkgname::git://github.com/ansible/ansible.git"
|
source=("$pkgname::git://github.com/ansible/ansible.git"
|
||||||
"python-binary.diff")
|
"python-binary.diff")
|
||||||
|
|
Loading…
Reference in a new issue