summaryrefslogtreecommitdiff
path: root/packaging/arch
diff options
context:
space:
mode:
authorJohn Gosset <john.gosset@gmail.com>2013-05-31 12:53:52 -0400
committerJohn Gosset <john.gosset@gmail.com>2013-05-31 12:53:52 -0400
commit424109d8de5ec74f299362474830ae77a82456db (patch)
tree79a109c6de8cf8d470c0317b9d3c1c3b2aa6f045 /packaging/arch
parent4a5b567f0ccf8b29bb3ea043aeb9ad637b3343d9 (diff)
downloadansible-424109d8de5ec74f299362474830ae77a82456db.tar.gz
Added optional dependencies for fireball mode to PKGBUILD.
Diffstat (limited to 'packaging/arch')
-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 6d104b9127..07d93d7502 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -12,6 +12,10 @@ url="http://ansible.cc"
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
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')
source=("$pkgname::git://github.com/ansible/ansible.git"
"python-binary.diff")