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" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4" LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4"
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = "python3"
python3 \
python-xlib \
"
inherit setuptools3 pypi SRC_URI = "git://github.com/altdesktop/i3ipc-python.git;protocol=https;branch=master"
SRCREV = "9de8e885536bf611c96cc7c8ea0b2f19dd40f4f2"
inherit setuptools3
SRC_URI[sha256sum] = "e880d7d7147959ead5cb34764f08b97b41385b36eb8256e8af1ce163dbcccce8"

View File

@@ -1,23 +0,0 @@
SUMMARY = "The Python X Library."
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
SRC_URI = " \
git://github.com/python-xlib/python-xlib.git;protocol=https;branch=master \
"
DEPENDS = " \
python3-wheel-native \
python3-setuptools-scm-native \
"
RDEPENDS:${PN} = " \
python3 \
python3-six \
"
inherit setuptools3
SRCREV = "a734526ed33fe446396e32649e8895dde679f52c"