python/Kallithea: Patched for python3-dateutil
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
983910d62f
commit
1538f1a657
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=Kallithea
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-4}
|
||||
BUILD=${BUILD:-5}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ diff -c a/setup.py b/setup.py
|
|||
"Whoosh >= 2.7.1, < 2.8",
|
||||
! "celery >= 5, < 5.1",
|
||||
! "Babel >= 1.3, < 2.9",
|
||||
"python-dateutil >= 2.1.0, < 2.9",
|
||||
! "python-dateutil >= 2.1.0, < 2.9",
|
||||
! "Markdown >= 2.2.1, < 3.2",
|
||||
! "docutils >= 0.11, < 0.17",
|
||||
"URLObject >= 2.3.4, < 2.5",
|
||||
|
@ -60,7 +60,7 @@ diff -c a/setup.py b/setup.py
|
|||
"Whoosh >= 2.7.1, < 2.8",
|
||||
! "celery >= 5",
|
||||
! "Babel >= 1.3",
|
||||
"python-dateutil >= 2.1.0, < 2.9",
|
||||
! "python-dateutil >= 2.1.0",
|
||||
! "Markdown >= 2.2.1",
|
||||
! "docutils >= 0.11",
|
||||
"URLObject >= 2.3.4, < 2.5",
|
||||
|
|
Loading…
Reference in New Issue