Skip to content

Commit a905607

Browse files
committed
spec: make libnotify available on build time again
this fails the import check otherwise
1 parent 947dcae commit a905607

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rpm/python-safeeyes.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ BuildRequires: python3-devel
1616
BuildRequires: desktop-file-utils
1717
BuildRequires: gettext
1818

19-
# for audiblealert plugin
20-
Requires: (ffmpeg-free or pipewire-utils)
2119
# for notification plugin
20+
BuildRequires: libnotify
2221
Requires: libnotify
2322

23+
# for audiblealert plugin
24+
Requires: (ffmpeg-free or pipewire-utils)
25+
2426
# for smartpause plugin (optional in pyproject.toml)
2527
BuildRequires: python3-pywayland
2628
Requires: python3-pywayland

0 commit comments

Comments
 (0)