python/Kallithea: Patched for python3-dateutil

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-03-12 13:44:03 +01:00 committed by Willy Sudiarto Raharjo
parent 983910d62f
commit 1538f1a657
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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",