python-i3ipc: update

- remove superfluous python-xlib dependency
This commit is contained in:
Markus Volk
2026-03-22 20:49:10 +01:00
parent bc016364e5
commit 00c4cb7a6a
2 changed files with 5 additions and 29 deletions

View File

@@ -2,11 +2,10 @@ SUMMARY = "An improved Python library to control i3wm and sway."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4"
RDEPENDS:${PN} = " \
python3 \
python-xlib \
"
RDEPENDS:${PN} = "python3"
inherit setuptools3 pypi
SRC_URI = "git://github.com/altdesktop/i3ipc-python.git;protocol=https;branch=master"
SRCREV = "9de8e885536bf611c96cc7c8ea0b2f19dd40f4f2"
inherit setuptools3
SRC_URI[sha256sum] = "e880d7d7147959ead5cb34764f08b97b41385b36eb8256e8af1ce163dbcccce8"