We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947dcae commit a905607Copy full SHA for a905607
rpm/python-safeeyes.spec
@@ -16,11 +16,13 @@ BuildRequires: python3-devel
16
BuildRequires: desktop-file-utils
17
BuildRequires: gettext
18
19
-# for audiblealert plugin
20
-Requires: (ffmpeg-free or pipewire-utils)
21
# for notification plugin
+BuildRequires: libnotify
22
Requires: libnotify
23
+# for audiblealert plugin
24
+Requires: (ffmpeg-free or pipewire-utils)
25
+
26
# for smartpause plugin (optional in pyproject.toml)
27
BuildRequires: python3-pywayland
28
Requires: python3-pywayland
0 commit comments