aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2024-09-22 03:30:43 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-27 23:12:07 +0700
commitc9360549f0a822f26fb90d4a92fea8824dfe1c0f (patch)
tree0956949783e5e5a89b7899a72284a57127940fa8 /python
parent6166844b71f7b6db1971ca1f49eae1309b7f5426 (diff)
python/python3-bcrypt: Dependency changed to rust-opt.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-bcrypt/python3-bcrypt.SlackBuild8
-rw-r--r--python/python3-bcrypt/python3-bcrypt.info2
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-bcrypt/python3-bcrypt.SlackBuild b/python/python3-bcrypt/python3-bcrypt.SlackBuild
index 666a649ed026..f2c55c435263 100644
--- a/python/python3-bcrypt/python3-bcrypt.SlackBuild
+++ b/python/python3-bcrypt/python3-bcrypt.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-bcrypt
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-4.1.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -83,11 +83,11 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
# Using more recent rust version
-export PATH="/opt/rust16/bin:$PATH"
+export PATH="/opt/rust/bin:$PATH"
if [ -z "$LD_LIBRARY_PATH" ]; then
- export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX"
+ export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"
else
- export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
+ export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
fi
# build offline
diff --git a/python/python3-bcrypt/python3-bcrypt.info b/python/python3-bcrypt/python3-bcrypt.info
index 0428c05a3f11..67aa787fc429 100644
--- a/python/python3-bcrypt/python3-bcrypt.info
+++ b/python/python3-bcrypt/python3-bcrypt.info
@@ -115,6 +115,6 @@ MD5SUM="30617ec75d7867f586948842030621db \
4ca31ec33e1508b14d3445f19a16ba55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-setuptools-rust-opt rust16"
+REQUIRES="python3-setuptools-rust-opt rust-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"