summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2023-04-29 23:44:43 +0200
committer Willy Sudiarto Raharjo2023-05-05 02:52:24 +0200
commit2f5fec08d7528cc85f0a04d1658a171b81207095 (patch)
tree7cc44713e660e519ba1b8c2d05ff29d329effece
parente35f8e8927747ba2b34e0617333cdba6d0462b5e (diff)
downloadslackbuilds-2f5fec08d7528cc85f0a04d1658a171b81207095.tar.gz
python/python3-rsa: Update DEPs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-rsa/python3-rsa.SlackBuild5
-rw-r--r--python/python3-rsa/python3-rsa.info2
2 files changed, 2 insertions, 5 deletions
diff --git a/python/python3-rsa/python3-rsa.SlackBuild b/python/python3-rsa/python3-rsa.SlackBuild
index d91f7924a9..c554605520 100644
--- a/python/python3-rsa/python3-rsa.SlackBuild
+++ b/python/python3-rsa/python3-rsa.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rsa
SRCNAM=rsa
VERSION=${VERSION:-4.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/python3-rsa/python3-rsa.info b/python/python3-rsa/python3-rsa.info
index ba7c84aab0..49d0b2d3de 100644
--- a/python/python3-rsa/python3-rsa.info
+++ b/python/python3-rsa/python3-rsa.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/8c/ee/4022542e0fed77dd6ddade38
MD5SUM="edb224f927cf8f53ff530ab04d092c69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyasn1"
+REQUIRES="python3-pyasn1"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"