Skip to content

Commit

Permalink
removed requirement of udisks2 on core (BugFix) (#1212)
Browse files Browse the repository at this point in the history
removed requirement of udisks2 on core
  • Loading branch information
fernando79513 authored Apr 29, 2024
1 parent 068f142 commit 0a8f61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/base/units/usb/usb.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ id: usb/insert
flags: also-after-suspend fail-on-resource
template-engine: jinja2
requires:
{%- if not __on_ubuntucore__ %}
package.name == 'udisks2' or snap.name == 'udisks2'
{% endif -%}
_summary: USB 2.0 storage device insertion detected
_purpose:
Check system can detect USB 2.0 storage when inserted.
Expand Down

0 comments on commit 0a8f61d

Please sign in to comment.