Skip to content

Commit 0700602

Browse files
make xlib a mandatory dependency
Because it is necessary in x11. Fix slgobinath#787
1 parent c7c18ee commit 0700602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Depends: ${misc:Depends}, ${python3:Depends},
1717
python3-packaging,
1818
gir1.2-notify-0.7,
1919
gir1.2-gtk-4.0,
20-
ffmpeg | pipewire
20+
ffmpeg | pipewire,
21+
python3-xlib
2122
Recommends:
22-
python3-xlib,
2323
python3-pywayland
2424
Suggests:
2525
xprintidle

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies = [
2424
"PyGObject",
2525
"babel",
2626
"packaging",
27+
"python-xlib"
2728
]
2829
requires-python = ">=3.10"
2930

@@ -37,7 +38,6 @@ safeeyes = "safeeyes.__main__:main"
3738
[project.optional-dependencies]
3839
healthstats = ["croniter"]
3940
wayland = ["pywayland"]
40-
x11 = ["python-xlib"]
4141

4242
[build-system]
4343
requires = ["setuptools"]

0 commit comments

Comments
 (0)