mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/buildbot: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
007aec9403
commit
d4b8e5b15b
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue