https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294631
Tijl Coosemans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Tijl Coosemans <[email protected]> --- (In reply to John Hein from comment #18) +--- src/installer/destinations.py.orig 2026-03-28 15:38:56 UTC ++++ src/installer/destinations.py +@@ -139,6 +139,19 @@ class SchemeDictionaryDestination(WheelDestination): + target_dir = Path(self.scheme_dict[scheme]).resolve() + file = (target_dir / path).resolve() I think you need to change the patch so these two lines are deleted. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
