summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-six.inc
blob: 05b32810bd66a01b7ca926ede3e0bf509a8b2a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Python 2 and 3 compatibility library"
HOMEPAGE = "https://pypi.python.org/pypi/six/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d"

inherit pypi

RDEPENDS_${PN} = "${PYTHON_PN}-io"

BBCLASSEXTEND = "native nativesdk"