summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Blanc <mb@mbnet.fr>2012-04-19 19:26:41 +0200
committerMichel Blanc <mb@mbnet.fr>2012-04-19 19:26:41 +0200
commit3fae2ea8a4aa9ddca6edf16c583184398bc5f504 (patch)
treefb04f8bd201306e4b963b41d316b20b602b4ba9a
parenta672a5549abf4fd46072705fb0af462562a897d2 (diff)
downloadansible-3fae2ea8a4aa9ddca6edf16c583184398bc5f504.tar.gz
Fixes Arch PKGBUILD dependencies
Adds missing depends (python2-yaml helps...) Adds missing build deps (fakeroot)
-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 63b6e4330a..59a64e669c 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="A radically simple deployment, model-driven configuration management, a
arch=('any')
url="https://github.com/ansible/ansible"
license=('GPL3')
-depends=('python2' 'python-paramiko>=1.7.7' 'python2-jinja' 'python-simplejson')
-makedepends=('git' 'asciidoc')
+depends=('python2' 'python2-yaml' 'python-paramiko>=1.7.7' 'python2-jinja' 'python-simplejson')
+makedepends=('git' 'asciidoc' 'fakeroot')
_gitroot="https://github.com/ansible/ansible"
_gitname="ansible"