Skip to content

Commit

Permalink
Update packaging/arch/PKGBUILD
Browse files Browse the repository at this point in the history
Removes python2-json dependancy which is not required on Arch (python 2.7)
  • Loading branch information
leucos committed Jan 31, 2013
1 parent 9239290 commit bd5f699
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
@@ -1,12 +1,12 @@
#Maintainer: Michel Blanc <[email protected]>
pkgname=ansible-git
pkgver=20130123
pkgver=20130131
pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework"
arch=('any')
url="http://ansible.cc"
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-simplejson' 'python2-yaml')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot')
conflicts=('ansible')
source=("python-binary.diff")
Expand Down

0 comments on commit bd5f699

Please sign in to comment.