summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02024-03-15 13:20:42 +0100
committer Willy Sudiarto Raharjo2024-03-15 14:29:09 +0100
commitd4b8e5b15b94d392231d08c7867eb4c9eecdd683 (patch)
treeaeffcb5f516180d762f55d3db17861b920cfecfa
parent007aec94030bba6c5846118a11dc0c28463ccb65 (diff)
downloadslackbuilds-d4b8e5b15b94d392231d08c7867eb4c9eecdd683.tar.gz
python/buildbot: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/buildbot/README4
-rw-r--r--python/buildbot/buildbot.SlackBuild2
-rw-r--r--python/buildbot/buildbot.info2
3 files changed, 6 insertions, 2 deletions
diff --git a/python/buildbot/README b/python/buildbot/README
index c8c4221914..a5ece8f1c5 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 d7c3349d42..34fe015a46 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 95ecf8714b..9ffd2a61b4 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"