diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
| commit | f953dc70343485250b836ad157649aaad47ac5bc (patch) | |
| tree | e3634b454cf48f10ce9f8d12f10e60ad0a749239 /dev-python/python-distutils-extra/files | |
| parent | 5e07081cf4f5afaef79409b430a018b1daec073e (diff) | |
| download | baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.gz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.xz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-distutils-extra/files')
| -rw-r--r-- | dev-python/python-distutils-extra/files/python-distutils-extra-3.3-legacy-entrypoint.patch | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
