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:
parent
30791c2482
commit
76db2ce58c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue