mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
editables needs the ipaddress module to function, so add python3-io to the RDEPENDS list. (From OE-Core rev: 2d73136998f867663f1be0f28bce93ffbd993258) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
439 B
BlitzBasic
16 lines
439 B
BlitzBasic
SUMMARY = "A Python library for creating editable wheels"
|
|
HOMEPAGE = "https://github.com/pfmoore/editables"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41bc1be47b7bb8240db3ef928c7cb0bf"
|
|
|
|
SRC_URI[sha256sum] = "167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-io \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|