diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2023-03-30 12:34:04 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:28 +0700 |
commit | 2b2a4fb056a30123c440e06f7a4a532b5f775866 (patch) | |
tree | 8390de2114c370812f432084c158701cc157eed3 /python | |
parent | e47b321afb16f6d8a54434c0872a1c0970f7c31e (diff) |
python/python3-jsonlines: Updated dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-jsonlines/python3-jsonlines.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jsonlines/python3-jsonlines.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-jsonlines/python3-jsonlines.SlackBuild b/python/python3-jsonlines/python3-jsonlines.SlackBuild index dc28ef765a122..6a8581e2ba204 100644 --- a/python/python3-jsonlines/python3-jsonlines.SlackBuild +++ b/python/python3-jsonlines/python3-jsonlines.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jsonlines SRCNAM=jsonlines VERSION=${VERSION:-3.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-jsonlines/python3-jsonlines.info b/python/python3-jsonlines/python3-jsonlines.info index c5f4f1539e511..553dbf9051fe1 100644 --- a/python/python3-jsonlines/python3-jsonlines.info +++ b/python/python3-jsonlines/python3-jsonlines.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/wbolster/jsonlines/archive/3.1.0/jsonlines-3.1.0.ta MD5SUM="6873a1a31916e5658e91ea697a9f7107" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-attrs" MAINTAINER="S. S. Bolokanar" EMAIL="sbolokanov@abv.bg" |