diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-09-19 23:25:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 23:25:36 +0200 |
commit | e4927b35d1d820545cb09c291bd3757131581a49 (patch) | |
tree | 81db5cf4a94f7aa243ccb74b9bb3c9fd0c2ceb79 /pytest.ini | |
parent | 098ad7ffc0d0a5ac308741f3d85d3736446648e2 (diff) | |
download | spack-e4927b35d1d820545cb09c291bd3757131581a49.tar.gz spack-e4927b35d1d820545cb09c291bd3757131581a49.tar.bz2 spack-e4927b35d1d820545cb09c291bd3757131581a49.tar.xz spack-e4927b35d1d820545cb09c291bd3757131581a49.zip |
package_base: break dependency on installer (#46423)
Removes `spack.package_base.PackageBase.do_{install,deprecate}` in favor of
`spack.installer.PackageInstaller.install` and `spack.installer.deprecate` resp.
That drops a dependency of `spack.package_base` on `spack.installer`, which is
necessary to get rid of circular dependencies in Spack.
Also change the signature of `PackageInstaller.__init__` from taking a dict as
positional argument, to an explicit list of keyword arguments.
Diffstat (limited to 'pytest.ini')
0 files changed, 0 insertions, 0 deletions