python/buildbot-worker: fixed REQUIRES

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Arn0 2022-03-03 11:21:58 +01:00 committed by Andrew Clemons
parent aa4bda2f09
commit 8cc7b2d878
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B

View file

@ -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"