mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ============= Update tox.ini for latest tox. Add .readthedocs.yaml file. Pin sphinx and sphinx-rtd-theme versions in docs extra. Add pylint extra which installs pylint. Update .pylintrc for latest pylint. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
331 B
BlitzBasic
13 lines
331 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] = "846fda941dbb8a7c9f246e99bf5ee731910fc4a4cc54b7e36457c133c9f6b78b"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "\
|
|
${PYTHON_PN}-io \
|
|
"
|