mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/Kallithea: Updated for new dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5e31ad6406
commit
695b2eb429
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=Kallithea
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ diff -c a/setup.py b/setup.py
|
|||
! "decorator >= 4.2.1, < 4.5",
|
||||
! "Paste >= 2.0.3, < 3.5",
|
||||
! "bleach >= 3.0, < 3.1.4",
|
||||
"Click >= 7.0, < 8",
|
||||
! "Click >= 7.0, < 8",
|
||||
"ipaddr >= 2.2.0, < 2.3",
|
||||
"paginate >= 0.5, < 0.6",
|
||||
"paginate_sqlalchemy >= 0.3.0, < 0.4",
|
||||
|
@ -70,7 +70,7 @@ diff -c a/setup.py b/setup.py
|
|||
! "decorator >= 4.2.1",
|
||||
! "Paste >= 2.0.3",
|
||||
! "bleach >= 3.0",
|
||||
"Click >= 7.0, < 8",
|
||||
! "Click >= 7.0",
|
||||
"ipaddr >= 2.2.0, < 2.3",
|
||||
"paginate >= 0.5, < 0.6",
|
||||
"paginate_sqlalchemy >= 0.3.0, < 0.4",
|
||||
|
|
Loading…
Reference in a new issue