diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-03 15:32:36 +0100 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:21:36 +1300 |
commit | 8d9b680e81192a2fa67f65aae775a3037cd209d8 (patch) | |
tree | bb1f8a9e0e2083b1886bed47975346dbd8073157 /python | |
parent | ff47752ad039ccf0e26a2232ff337dfd0534c1e4 (diff) |
python/buildbot: 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/buildbot.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/buildbot/buildbot.info b/python/buildbot/buildbot.info index 3bdf74e42e31..c9f3afe92523 100644 --- a/python/buildbot/buildbot.info +++ b/python/buildbot/buildbot.info @@ -19,6 +19,6 @@ MD5SUM="3ab72220d09f5db25cd5b891ee5e7d0b \ cb69c54aa1d8d70bb4ac395648daadc3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-twisted python-autobahn python-pyjwt python3-dateutil greenlet typing-extensions SQLAlchemy" +REQUIRES="python3-twisted python3-autobahn python3-alembic python3-pyjwt python3-dateutil typing-extensions" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |