diff options
author | Arn0 <yth@ythogtha.org> | 2024-03-15 13:20:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-15 20:29:09 +0700 |
commit | d4b8e5b15b94d392231d08c7867eb4c9eecdd683 (patch) | |
tree | aeffcb5f516180d762f55d3db17861b920cfecfa /python/buildbot | |
parent | 007aec94030bba6c5846118a11dc0c28463ccb65 (diff) |
python/buildbot: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/buildbot')
-rw-r--r-- | python/buildbot/README | 4 | ||||
-rw-r--r-- | python/buildbot/buildbot.SlackBuild | 2 | ||||
-rw-r--r-- | python/buildbot/buildbot.info | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/python/buildbot/README b/python/buildbot/README index c8c4221914a6b..a5ece8f1c5f55 100644 --- a/python/buildbot/README +++ b/python/buildbot/README @@ -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. diff --git a/python/buildbot/buildbot.SlackBuild b/python/buildbot/buildbot.SlackBuild index d7c3349d42dd2..34fe015a46040 100644 --- a/python/buildbot/buildbot.SlackBuild +++ b/python/buildbot/buildbot.SlackBuild @@ -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} diff --git a/python/buildbot/buildbot.info b/python/buildbot/buildbot.info index 95ecf8714b4bb..9ffd2a61b4c75 100644 --- a/python/buildbot/buildbot.info +++ b/python/buildbot/buildbot.info @@ -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" |