meta-wayland/recipes-devtools/python/python-xlib.bb

25 lines
420 B
BlitzBasic
Raw Normal View History

SUMMARY = "The Python X Library."
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/python-xlib/python-xlib.git;protocol=https;branch=master \
"
DEPENDS = " \
python3-wheel-native \
2022-01-09 08:50:09 +01:00
python3-setuptools-scm-native \
"
2021-08-07 06:23:26 +02:00
RDEPENDS:${PN} = " \
2021-07-23 18:41:22 +02:00
python3 \
python3-six \
"
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.31"
SRCREV = "${PV}"