diff options
author | Michael DeHaan <michael@ansible.com> | 2014-02-28 00:06:49 +0100 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-02-28 19:50:39 +0100 |
commit | 5443ddec75f71f48a98ab547a0fb3e71ab86d1fa (patch) | |
tree | bfe26550c7cc24c15fe28fb036eb423798b243ce /packaging/arch | |
parent | Handle empty results from failed connections in _remote_md5() (diff) | |
download | ansible-5443ddec75f71f48a98ab547a0fb3e71ab86d1fa.tar.xz ansible-5443ddec75f71f48a98ab547a0fb3e71ab86d1fa.zip |
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.
Diffstat (limited to 'packaging/arch')
-rw-r--r-- | packaging/arch/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
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') |