packge_base.py: remove _patches_by_hash (#48768)

This commit is contained in:
Harmen Stoppels 2025-02-03 16:17:42 +01:00 committed by GitHub
parent 45dcddf9c3
commit ac635aa777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -697,9 +697,6 @@ class PackageBase(WindowsRPath, PackageViewMixin, metaclass=PackageMeta):
#: Verbosity level, preserved across installs.
_verbose = None
#: index of patches by sha256 sum, built lazily
_patches_by_hash = None
#: Package homepage where users can find more information about the package
homepage: Optional[str] = None