mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
292 B
PHP
12 lines
292 B
PHP
SUMMARY = "Python 2 and 3 compatibility library"
|
|
HOMEPAGE = "https://pypi.org/project/six/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS:${PN} = "${PYTHON_PN}-io"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|