summaryrefslogtreecommitdiffstats
path: root/python/python-gssapi
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-11-08 14:57:49 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-11 08:07:52 +0700
commit777339c2e7532d60e669543c0af5961e084b5836 (patch)
treee770cc1e3dd38ba6616315df621043785202b97a /python/python-gssapi
parent095ff2c162eba4e19eb5dc0a84a11b3b5a8aad1d (diff)
downloadslackbuilds-777339c2e7532d60e669543c0af5961e084b5836.tar.gz
slackbuilds-777339c2e7532d60e669543c0af5961e084b5836.tar.xz
python/python-gssapi: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gssapi')
-rw-r--r--python/python-gssapi/python-gssapi.SlackBuild2
-rw-r--r--python/python-gssapi/python-gssapi.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python-gssapi/python-gssapi.SlackBuild b/python/python-gssapi/python-gssapi.SlackBuild
index b57098d857..998ee83589 100644
--- a/python/python-gssapi/python-gssapi.SlackBuild
+++ b/python/python-gssapi/python-gssapi.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-gssapi
VERSION=${VERSION:-1.8.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python-gssapi/python-gssapi.info b/python/python-gssapi/python-gssapi.info
index d748d70c82..0aba0b5536 100644
--- a/python/python-gssapi/python-gssapi.info
+++ b/python/python-gssapi/python-gssapi.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pythongssapi/python-gssapi/archive/v1.8.2/python-gs
MD5SUM="bbb679bcd65ee541c32188aa993c0769"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="decorator"
+REQUIRES="python3-decorator"
MAINTAINER="Thibaut Notteboom"
EMAIL="thibaut.notteboom@gmail.com"