Skip to content

Commit b234d81

Browse files
committed
install: Remove broken caching for check_symlink_to()
Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent ace02ab commit b234d81

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gpep517/install.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# (c) 2022-2025 Michał Górny
1+
# (c) 2022-2026 Michał Górny
22
# SPDX-License-Identifier: GPL-2.0-or-later
33

44
import filecmp
5-
import functools
65
import importlib.util
76
import os
87
import os.path
@@ -50,7 +49,6 @@ def __init__(
5049
Path(self.destdir) /
5150
purelib_path.relative_to(purelib_path.anchor))
5251

53-
@functools.cache
5452
def check_symlink_to(self) -> None:
5553
full_symlink_to = self.destdir_purelib / self.symlink_to
5654
if not full_symlink_to.exists():

0 commit comments

Comments
 (0)