chore(cockpit): remove temporary NOTE comment after fix applied

The NOTE comment was added to flag the wrong packages during
investigation. Now that both udisks2 and packagekit have been
replaced with there proper cockpit components, the comment is
no longer needed and can be safely removed.
This commit is contained in:
suraj kumar 2026-08-02 14:42:16 +05:30
parent 30791c2482
commit 76db2ce58c
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class CockpitProfile(Profile):
@property
@override
def packages(self) -> list[str]:
# NOTE: udisks2 and packagekit are raw dependenices, not cockpit app components
return ['cockpit', 'cockpit-storaged', 'cockpit-packagekit']
@property