python-i3ipc: make use of pypi

This commit is contained in:
Markus Volk 2022-03-01 09:37:29 +01:00
parent 92ee64cb34
commit 6fb7d63ca0

View File

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