diff options
author | Tonus <tonus1@gmail.com> | 2023-03-07 02:36:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:20 +0700 |
commit | fa8ef6de35db933fee6f5ba6589276ad2d83a7f6 (patch) | |
tree | ca53eb45bab58e56aa967612b69e618a61cc4c8e /python/holidays | |
parent | bfb9e00908d85155826dd193f497143c0a1d113a (diff) |
python/holidays: Update dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/holidays')
-rw-r--r-- | python/holidays/holidays.SlackBuild | 2 | ||||
-rw-r--r-- | python/holidays/holidays.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/holidays/holidays.SlackBuild b/python/holidays/holidays.SlackBuild index c49bd0a391a3d..93b7b260a18e6 100644 --- a/python/holidays/holidays.SlackBuild +++ b/python/holidays/holidays.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=holidays SRCNAM=python-holidays VERSION=${VERSION:-0.20} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/holidays/holidays.info b/python/holidays/holidays.info index 884b44519a13e..c2731950ccc63 100644 --- a/python/holidays/holidays.info +++ b/python/holidays/holidays.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/dr-prodigy/python-holidays/archive/v.0.20/python-ho MD5SUM="9b603ffaf177d25f8084db4c212d5033" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="hijri-converter PyMeeus convertdate korean_lunar_calendar" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |