blob: f7a62b606888648946959264d0d0cf855318146a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUMMARY = "Python 2 and 3 compatibility library"
HOMEPAGE = "https://pypi.org/project/six/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e50fab7e9501f3dfc920eafeb24b46ea"
inherit pypi
RDEPENDS:${PN} = "python3-io"
BBCLASSEXTEND = "native nativesdk"
|