[arch-commits] Commit in salt/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Feb 8 02:43:56 UTC 2014


    Date: Saturday, February 8, 2014 @ 03:43:55
  Author: seblu
Revision: 105445

Drop useless dependencies

Modified:
  salt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-08 02:18:28 UTC (rev 105444)
+++ PKGBUILD	2014-02-08 02:43:55 UTC (rev 105445)
@@ -4,7 +4,7 @@
 
 pkgname=salt
 pkgver=0.17.5
-pkgrel=0.2
+pkgrel=0.3
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -11,17 +11,15 @@
 license=('Apache')
 depends=('libsodium'
          'python2'
-         'python2-cffi'
          'python2-crypto'
          'python2-jinja'
          'python2-m2crypto'
          'python2-msgpack'
-         'python2-ply'
          'python2-psutil'
-         'python2-pycparser'
          'python2-pyzmq'
          'python2-yaml'
          'sshpass')
+optdepends=('dmidecode: decode SMBIOS/DMI tables')
 backup=('etc/salt/master'
         'etc/salt/minion')
 install=salt.install




More information about the arch-commits mailing list