diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-03 11:21:58 +0100 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:21:35 +1300 |
commit | 8cc7b2d8785014e183d1cd415ea9990b87418481 (patch) | |
tree | 6bd7be157eb9c8a767ac8fbd3facdbae28620ca9 | |
parent | aa4bda2f09960544ab952abe4239edc2cec0bdc0 (diff) | |
download | slackbuilds-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>
-rw-r--r-- | python/buildbot-worker/buildbot-worker.info | 2 |
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" |