Commit 3fae2ea8 by Michel Blanc

Fixes Arch PKGBUILD dependencies

Adds missing depends (python2-yaml helps...)
Adds missing build deps (fakeroot)
parent a672a554
...@@ -6,8 +6,8 @@ pkgdesc="A radically simple deployment, model-driven configuration management, a ...@@ -6,8 +6,8 @@ pkgdesc="A radically simple deployment, model-driven configuration management, a
arch=('any') arch=('any')
url="https://github.com/ansible/ansible" url="https://github.com/ansible/ansible"
license=('GPL3') license=('GPL3')
depends=('python2' 'python-paramiko>=1.7.7' 'python2-jinja' 'python-simplejson') depends=('python2' 'python2-yaml' 'python-paramiko>=1.7.7' 'python2-jinja' 'python-simplejson')
makedepends=('git' 'asciidoc') makedepends=('git' 'asciidoc' 'fakeroot')
_gitroot="https://github.com/ansible/ansible" _gitroot="https://github.com/ansible/ansible"
_gitname="ansible" _gitname="ansible"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment