From f953dc70343485250b836ad157649aaad47ac5bc Mon Sep 17 00:00:00 2001 From: root Date: Sun, 31 May 2026 17:23:40 -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