mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/khard: Under REQUIRES, change atomicwrites to python3-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
931c8d2727
commit
52862dfa7b
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue