From 99b6b022ff9dfd79bcedec7d6aa910dd824b4ad1 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Mon, 12 Aug 2024 15:04:01 -0400 Subject: [PATCH] python3.10: Drop timezone_data requirement. The "zoneinfo" module can function with a package from PyPI in its absence, and this would otherwise add a package to the default install. --- dev-lang/python/python3.10-3.10.14.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/python/python3.10-3.10.14.recipe b/dev-lang/python/python3.10-3.10.14.recipe index a42c1e78b..7075385fa 100644 --- a/dev-lang/python/python3.10-3.10.14.recipe +++ b/dev-lang/python/python3.10-3.10.14.recipe @@ -11,7 +11,7 @@ OSI-approved open source license." HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2024 Python Software Foundation" -REVISION="4" +REVISION="5" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" CHECKSUM_SHA256="9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda" SOURCE_DIR="Python-$portVersion" @@ -69,7 +69,6 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - timezone_data cmd:file lib:libbz2$secondaryArchSuffix lib:libedit$secondaryArchSuffix