packge_base.py: remove _patches_by_hash (#48768)
This commit is contained in:
parent
45dcddf9c3
commit
ac635aa777
@ -697,9 +697,6 @@ class PackageBase(WindowsRPath, PackageViewMixin, metaclass=PackageMeta):
|
|||||||
#: Verbosity level, preserved across installs.
|
#: Verbosity level, preserved across installs.
|
||||||
_verbose = None
|
_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
|
#: Package homepage where users can find more information about the package
|
||||||
homepage: Optional[str] = None
|
homepage: Optional[str] = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user