]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add remove_packages method to DistributionInstaller
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 4 Oct 2022 15:51:30 +0000 (17:51 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 24 Nov 2022 14:51:33 +0000 (15:51 +0100)
commitef1aa7bd406f5ec78f59cd8facff5caba74b3848
tree8905663fef62fd042c7b6d04b70864865b24cf72
parent557b779c2e20d0e0c2a98a991161d41214dfb85e
Add remove_packages method to DistributionInstaller

This should probably live in PackageType, but there is a strong dependence
between package type and distribution and I haven't figured out a good way to do
this without cyclical imports.
mkosi/__init__.py
mkosi/distributions/__init__.py