diff options
Diffstat (limited to 'dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch')
-rw-r--r-- | dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch b/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch deleted file mode 100644 index ce1af3244fbd..000000000000 --- a/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/pythonfinder/models/path.py b/src/pythonfinder/models/path.py -index a8fb807..a933a91 100644 ---- a/src/pythonfinder/models/path.py -+++ b/src/pythonfinder/models/path.py -@@ -19,7 +19,7 @@ from typing import ( - Union, - ) - --from cached_property import cached_property -+from functools import cached_property - from pydantic import Field, root_validator - - from ..environment import ( |