python/buildbot: REQUIRES update

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-03-15 13:20:42 +01:00 committed by Willy Sudiarto Raharjo
parent 007aec9403
commit d4b8e5b15b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 2 deletions

View file

@ -12,3 +12,7 @@ tracked over time, are more visible, and are therefore easier to
improve.
See also buildbot-worker (the worker component of BuildBot).
Note on SQLAlchemy: buildbot requires SQLAlchemy-legacy and won't work
with SQLAlchemy, but python3-alembic works with both. So disregard
REQUIRES for python3-alembic and install only SQLAlchemy-legacy.

View file

@ -29,7 +29,7 @@ SRCNAM=${PRGNAM#python-*}
# "pkg" stays first
PACKAGES="pkg www console-view grid-view waterfall-view wsgi-dashboards"
VERSION=${VERSION:-3.11.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -17,6 +17,6 @@ MD5SUM="b6fa75f861b66f17356afff7b120fba2 \
9f4baaa452b81cf7c4f02a26736303d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-twisted python3-autobahn python3-alembic python3-pyjwt python3-dateutil msgpack-python"
REQUIRES="SQLAlchemy-legacy python3-twisted python3-autobahn python3-alembic python3-pyjwt python3-dateutil msgpack-python"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"