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.
This commit is contained in:
waddlesplash
2024-08-12 15:04:01 -04:00
committed by GitHub
parent c2c9ee492f
commit 99b6b022ff

View File

@@ -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