Skip to content

Commit

Permalink
Fixes Arch PKGBUILD dependencies
Browse files Browse the repository at this point in the history
Adds missing depends (python2-yaml helps...)
Adds missing build deps (fakeroot)
  • Loading branch information
leucos committed Apr 19, 2012
1 parent a672a55 commit 3fae2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3fae2ea

Please sign in to comment.