mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
python3-term: upgrade 2.4 -> 2.5
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>
This commit is contained in:
12
meta-python/recipes-devtools/python/python3-term_2.5.bb
Normal file
12
meta-python/recipes-devtools/python/python3-term_2.5.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
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 \
|
||||
"
|
||||
Reference in New Issue
Block a user