From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- .../files/python-distutils-extra-3.3-legacy-entrypoint.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch (limited to 'dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch') diff --git a/dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch b/dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch new file mode 100644 index 000000000000..7e7e15bb89f1 --- /dev/null +++ b/dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch @@ -0,0 +1,8 @@ +--- 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 -- cgit v1.3.1