[skip-ci] python-autobahn: rebuild

This commit is contained in:
Francesco Marinucci 2018-09-26 12:46:50 +02:00
parent a870259326
commit ce9b726133

View File

@ -3,7 +3,7 @@
pkgbase=python-autobahn pkgbase=python-autobahn
pkgname=(python3-autobahn python2-autobahn) pkgname=(python3-autobahn python2-autobahn)
pkgver=18.9.2 pkgver=18.9.2
pkgrel=1 pkgrel=2
pkgdesc='Real-time framework for Web, Mobile & Internet of Things' pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=('x86_64') arch=('x86_64')
url='https://github.com/crossbario/autobahn-python' url='https://github.com/crossbario/autobahn-python'
@ -35,7 +35,7 @@ check() {
} }
package_python3-autobahn() { package_python3-autobahn() {
depends=(python python-twisted python-six python-txaio) depends=(python3 python3-twisted python3-six python3-txaio)
cd "$srcdir/autobahn-$pkgver" cd "$srcdir/autobahn-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build python setup.py install --root="$pkgdir" --optimize=1 --skip-build