mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
Update packaging/arch/PKGBUILD
Removes python2-json dependancy which is not required on Arch (python 2.7)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#Maintainer: Michel Blanc <mblanc@erasme.org>
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user