You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
19 lines
613 B
Diff
19 lines
613 B
Diff
--- install/_vendor/installer/src/installer/scripts.py.orig 2020-11-30 08:40:56.000000000 +1100
|
|
+++ install/_vendor/installer/src/installer/scripts.py 2021-11-03 04:29:23.000000000 +1100
|
|
@@ -5,7 +5,6 @@
|
|
import zipfile
|
|
|
|
from installer import _scripts
|
|
-from installer._compat import importlib_resources
|
|
from installer._compat.typing import TYPE_CHECKING, Binary, Text
|
|
|
|
|
|
@@ -116,6 +115,7 @@
|
|
)
|
|
|
|
def _get_launcher_data(self, kind):
|
|
+ from installer._compat import importlib_resources
|
|
# type: (LauncherKind) -> Optional[Binary]
|
|
if kind == "posix":
|
|
return None
|