summaryrefslogtreecommitdiffstats
path: root/python/holidays
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-05 09:04:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-05 09:07:17 +0700
commit1d31a47d62d604a99919997c689ea26150e9d8aa (patch)
tree7c4f774036e2235661d3b72ec9dd137d2cf53a35 /python/holidays
parentd69fac60858ba5df9c51cad29574e51d2d0fbbe1 (diff)
downloadslackbuilds-1d31a47d62d604a99919997c689ea26150e9d8aa.tar.gz
slackbuilds-1d31a47d62d604a99919997c689ea26150e9d8aa.tar.xz
python/holidays: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/holidays')
-rw-r--r--python/holidays/holidays.SlackBuild3
-rw-r--r--python/holidays/holidays.info2
2 files changed, 1 insertions, 4 deletions
diff --git a/python/holidays/holidays.SlackBuild b/python/holidays/holidays.SlackBuild
index 67a3a68e9e..5f02a378cb 100644
--- a/python/holidays/holidays.SlackBuild
+++ b/python/holidays/holidays.SlackBuild
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/holidays/holidays.info b/python/holidays/holidays.info
index d07a728c90..9cabb00694 100644
--- a/python/holidays/holidays.info
+++ b/python/holidays/holidays.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/01/1f/51f40218f958af28d1106752
MD5SUM="859209ee527d82142c8cc10d4ddb929f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-installer python3-wheel hijri-converter PyMeeus convertdate korean_lunar_calendar"
+REQUIRES="hijri-converter PyMeeus convertdate korean_lunar_calendar python3-setuptools-scm-opt"
MAINTAINER="Tonus"
EMAIL="tonus1@free.fr"