summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02022-03-03 11:21:58 +0100
committer Andrew Clemons2022-03-04 12:21:35 +0100
commit8cc7b2d8785014e183d1cd415ea9990b87418481 (patch)
tree6bd7be157eb9c8a767ac8fbd3facdbae28620ca9 /python
parentaa4bda2f09960544ab952abe4239edc2cec0bdc0 (diff)
downloadslackbuilds-8cc7b2d8785014e183d1cd415ea9990b87418481.tar.gz
python/buildbot-worker: fixed REQUIRES
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/buildbot-worker/buildbot-worker.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/buildbot-worker/buildbot-worker.info b/python/buildbot-worker/buildbot-worker.info
index 70fd49bdb3..aa694093cb 100644
--- a/python/buildbot-worker/buildbot-worker.info
+++ b/python/buildbot-worker/buildbot-worker.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/b/buildbot-worker/buildbot-wor
MD5SUM="d90ed3b580eed91fa2179a63cccda356"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-twisted"
+REQUIRES="python3-twisted"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"