From 5443ddec75f71f48a98ab547a0fb3e71ab86d1fa Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 27 Feb 2014 18:06:49 -0500 Subject: Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release. --- packaging/arch/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'packaging/arch') diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 6f5c587ea9..05c4cc0c83 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -9,10 +9,9 @@ url='http://www.ansible.com' 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') +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') -- cgit v1.2.3