mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
simplify wheel hack in python recipes
This commit is contained in:
25
recipes-devtools/python/python-xlib_git.bb
Normal file
25
recipes-devtools/python/python-xlib_git.bb
Normal file
@ -0,0 +1,25 @@
|
||||
SUMMARY = "The Python X Library."
|
||||
LICENSE = "LGPL-2.1"
|
||||
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
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.31"
|
||||
SRCREV = "a734526ed33fe446396e32649e8895dde679f52c"
|
||||
|
Reference in New Issue
Block a user