From ce9b7261334293020d1e434bb24e882dacc48f80 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Wed, 26 Sep 2018 12:46:50 +0200 Subject: [PATCH] [skip-ci] python-autobahn: rebuild --- python-autobahn/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-autobahn/PKGBUILD b/python-autobahn/PKGBUILD index 8aecab3f7..cd565a924 100644 --- a/python-autobahn/PKGBUILD +++ b/python-autobahn/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-autobahn pkgname=(python3-autobahn python2-autobahn) pkgver=18.9.2 -pkgrel=1 +pkgrel=2 pkgdesc='Real-time framework for Web, Mobile & Internet of Things' arch=('x86_64') url='https://github.com/crossbario/autobahn-python' @@ -35,7 +35,7 @@ check() { } package_python3-autobahn() { - depends=(python python-twisted python-six python-txaio) + depends=(python3 python3-twisted python3-six python3-txaio) cd "$srcdir/autobahn-$pkgver" python setup.py install --root="$pkgdir" --optimize=1 --skip-build