gentoo/dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch
Conrad Kostecki 18233dc440
dev-python/python-distutils-extra: fix upgrading vom v2 to v3
Closes: https://bugs.gentoo.org/975022
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2026-05-16 12:54:38 +02:00

9 lines
249 B
Diff

--- a/DistUtilsExtra/command/build_extra.py
+++ b/DistUtilsExtra/command/build_extra.py
@@ -53,3 +53,5 @@
self.sub_commands.insert(
0, ("build_kdeui", has_kdeui)
) # need to run before build_py
+
+build = build_extra