aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 67a3a68e9ebf..5f02a378cbfd 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 d07a728c900b..9cabb0069469 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"