2021-07-23 18:08:38 +02:00
|
|
|
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 \
|
2021-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
python3-wheel-native \
|
|
|
|
python3-pip-native \
|
|
|
|
"
|
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
RDEPENDS:${PN} = " \
|
2021-07-23 18:41:22 +02:00
|
|
|
python3 \
|
|
|
|
python3-six \
|
|
|
|
"
|
|
|
|
|
2021-07-23 18:08:38 +02:00
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "0.31"
|
|
|
|
SRCREV = "${PV}"
|
|
|
|
|
2022-01-08 03:28:09 +01:00
|
|
|
do_compile[network] = "1"
|
|
|
|
|