From f8f0478a22c4e2491a278607d859d6583077fde5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 12 Dec 2023 19:17:36 +0100 Subject: dev-python/tzdata: Workaround dev-python/hatchling-1.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a temporary hack, pending upstream suggestions on how to do it better. Closes: https://bugs.gentoo.org/919782 Signed-off-by: Michał Górny --- dev-python/tzdata/tzdata-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/tzdata/tzdata-9999.ebuild b/dev-python/tzdata/tzdata-9999.ebuild index fce2f32a523a..97edbcdcb47d 100644 --- a/dev-python/tzdata/tzdata-9999.ebuild +++ b/dev-python/tzdata/tzdata-9999.ebuild @@ -30,5 +30,9 @@ src_unpack() { name = "tzdata" version = "9999" description = "tzdata shim to satisfy requirements (using system tzdata)" + + [tool.hatch.build.targets.wheel] + # apparently it doesn't have to exist... + packages = ["gentoo_tzdata"] EOF } -- cgit v1.2.3-65-gdbad