aboutsummaryrefslogtreecommitdiff
path: root/python/python3-autobahn
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-11-08 11:22:57 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-09 21:06:08 +0700
commite206b19636d9b1c8ec8d8ff9e2da3800ee41c9d9 (patch)
treead28cc61ea9c38f3137e838c3416271b43b165bd /python/python3-autobahn
parentf2c32255d3ca1b23b92cd59962f14b845177a346 (diff)
downloadslackbuilds-e206b19636d9b1c8ec8d8ff9e2da3800ee41c9d9.tar.xz
python/python3-autobahn: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-autobahn')
-rw-r--r--python/python3-autobahn/python3-autobahn.SlackBuild5
-rw-r--r--python/python3-autobahn/python3-autobahn.info2
2 files changed, 5 insertions, 2 deletions
diff --git a/python/python3-autobahn/python3-autobahn.SlackBuild b/python/python3-autobahn/python3-autobahn.SlackBuild
index aa6c663a65c4..02b25d012969 100644
--- a/python/python3-autobahn/python3-autobahn.SlackBuild
+++ b/python/python3-autobahn/python3-autobahn.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-autobahn
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-23.6.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -60,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/python/python3-autobahn/python3-autobahn.info b/python/python3-autobahn/python3-autobahn.info
index f79241b56655..94e588453b15 100644
--- a/python/python3-autobahn/python3-autobahn.info
+++ b/python/python3-autobahn/python3-autobahn.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-23.6.2.tar
MD5SUM="f29d3cebec06c81a87823a2776ffcc5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-txaio cryptography hyperlink"
+REQUIRES="python3-txaio cryptography python3-hyperlink"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"