office/khal: Under REQUIRES, change atomicwrites to python3-atomicwrites

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-05-13 13:06:36 -07:00 committed by Willy Sudiarto Raharjo
parent 777c996aef
commit 931c8d2727
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=khal
VERSION=${VERSION:-0.11.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/15/4f/c547cff823256abbbc4810b1
MD5SUM="1cdb0bc01cf529fbc884532f709d82d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dateutil icalendar atomicwrites configobj tzlocal click click-log"
REQUIRES="python3-dateutil icalendar python3-atomicwrites configobj tzlocal click click-log"
MAINTAINER="Tonus"
EMAIL="tonus1@free.fr"