office/khard: 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:07:38 -07:00 committed by Willy Sudiarto Raharjo
parent 931c8d2727
commit 52862dfa7b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=khard
VERSION=${VERSION:-0.18.0}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,7 +76,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python3 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
# Strip binaries and libraries.
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/fd/d6/3172fc469cc09decfb502e54
MD5SUM="3ba3ad8cc936578e0b9d2b18dd0a93ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Unidecode python3-dateutil vobject python3-ruamel.yaml atomicwrites configobj"
REQUIRES="Unidecode python3-dateutil vobject python3-ruamel.yaml python3-atomicwrites configobj"
MAINTAINER="Tonus"
EMAIL="tonus1@free.fr"