summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-12 19:17:36 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-12 19:17:58 +0100
commitf8f0478a22c4e2491a278607d859d6583077fde5 (patch)
treefd424a72db4c7aef160bd102449add3fb524762d
parentapp-containers/lxd: update LICENSE (diff)
downloadgentoo-f8f0478a22c4e2491a278607d859d6583077fde5.tar.gz
gentoo-f8f0478a22c4e2491a278607d859d6583077fde5.tar.bz2
gentoo-f8f0478a22c4e2491a278607d859d6583077fde5.zip
dev-python/tzdata: Workaround dev-python/hatchling-1.19
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 <mgorny@gentoo.org>
-rw-r--r--dev-python/tzdata/tzdata-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
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
}