1 parent ace02ab commit b234d81Copy full SHA for b234d81
1 file changed
gpep517/install.py
@@ -1,8 +1,7 @@
1
-# (c) 2022-2025 Michał Górny
+# (c) 2022-2026 Michał Górny
2
# SPDX-License-Identifier: GPL-2.0-or-later
3
4
import filecmp
5
-import functools
6
import importlib.util
7
import os
8
import os.path
@@ -50,7 +49,6 @@ def __init__(
50
49
Path(self.destdir) /
51
purelib_path.relative_to(purelib_path.anchor))
52
53
- @functools.cache
54
def check_symlink_to(self) -> None:
55
full_symlink_to = self.destdir_purelib / self.symlink_to
56
if not full_symlink_to.exists():
0 commit comments