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

Felix Yan fyan at nymeria.archlinux.org
Sat May 24 16:46:26 UTC 2014


    Date: Saturday, May 24, 2014 @ 18:46:25
  Author: fyan
Revision: 213554

upgpkg: python-soappy 0.12.20-2

- fix dependencies. FS#40520

Modified:
  python-soappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 16:43:42 UTC (rev 213553)
+++ PKGBUILD	2014-05-24 16:46:25 UTC (rev 213554)
@@ -7,13 +7,13 @@
 pkgbase=python-soappy
 pkgname=python2-soappy
 pkgver=0.12.20
-pkgrel=1
+pkgrel=2
 pkgdesc="A module which implements a high-level interface to SOAP functions"
 arch=('any')
 url="http://pywebsvcs.sourceforge.net/"
 license=('custom')
 makedepends=("python2-setuptools")
-depends=('python2-fpconst' 'python2-wstools')
+depends=('python2-wstools' 'python2-defusedxml')
 conflicts=('python-soappy<=0.12.0-10')
 replaces=('python-soappy<=0.12.0-10')
 optdepends=('python2-m2crypto: for support for server-side SSL')




More information about the arch-commits mailing list