community/python-pysimplesoap to 1.16.2-5

This commit is contained in:
Kevin Mihelich 2020-12-02 19:32:24 +00:00
parent 306f91fea1
commit b43fcf2a7d

View file

@ -6,7 +6,7 @@
pkgname=python-pysimplesoap
pkgver=1.16.2
_commit=a5c1f885e4af24ed3079bdf7f338523826d3404a
pkgrel=4
pkgrel=5
pkgdesc="Python simple and lightweight SOAP Library"
url="https://github.com/pysimplesoap/pysimplesoap"
license=('LGPL')
@ -27,7 +27,7 @@ build() {
check() {
cd pysimplesoap-$pkgver
nosetests3 -a !internal,!disabled || warning "Tests failed"
nosetests3 -a !internal,!disabled || echo "Tests failed"
}
package() {