mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-22 06:17:15 +00:00
76f3ce3f9e
Upgrade to release 3.0: - Remove deprecated license classifier. - Upgrade .readthedocs.yaml. - Upgrade sphinx and sphinx-rtd-theme in docs extra. - Require Python >= 3.5. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
13 lines
343 B
BlitzBasic
13 lines
343 B
BlitzBasic
SUMMARY = "An enhanced version of the tty module"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Python-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1"
|
|
|
|
SRC_URI[sha256sum] = "a6a81535e68fd98d25b1e2a1dff15400c5678e7f942e2d5bb5bde56784534d98"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-io \
|
|
"
|