summaryrefslogtreecommitdiffstats
path: root/python/python3-twisted
diff options
context:
space:
mode:
author Arn02023-12-14 16:11:14 +0100
committer Willy Sudiarto Raharjo2023-12-14 18:08:09 +0100
commitab01a727350dbdccef48b764620a134243c185c7 (patch)
tree8cf4dedc0fde4037e362c2239771fd28aac229e7 /python/python3-twisted
parentc065811d9c6db0e9a52a4abb2d2df23a5c6daa9e (diff)
downloadslackbuilds-ab01a727350dbdccef48b764620a134243c185c7.tar.gz
python/python3-twisted: update REQUIRES
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-twisted')
-rw-r--r--python/python3-twisted/python3-twisted.SlackBuild4
-rw-r--r--python/python3-twisted/python3-twisted.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-twisted/python3-twisted.SlackBuild b/python/python3-twisted/python3-twisted.SlackBuild
index 7e02924261..61121ff1ae 100644
--- a/python/python3-twisted/python3-twisted.SlackBuild
+++ b/python/python3-twisted/python3-twisted.SlackBuild
@@ -23,14 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Originally written by Marco Bonetti - Thanks!
-# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
+# Then by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-twisted
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-23.10.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-twisted/python3-twisted.info b/python/python3-twisted/python3-twisted.info
index 1e850965c5..3459e620ae 100644
--- a/python/python3-twisted/python3-twisted.info
+++ b/python/python3-twisted/python3-twisted.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/t/twisted/twisted-23.10.0.tar.
MD5SUM="9d4dd17f9aa0dec3fec8f734f47e1b71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-automat python3-constantly hyperlink incremental zope.interface python3-service-identity typing-extensions"
+REQUIRES="python3-automat python3-constantly python3-hyperlink python3-incremental zope.interface python3-service-identity typing-extensions"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"