mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-pyexpect: Upgrade 1.0.20 -> 1.0.21
Upgrade to release 1.0.21: - Ensure .includes() handles a generator correcly - Also check python 3.8 and 3.9 - Ignore tox directory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Python expectaton library"
|
||||
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[md5sum] = "c661939158d6a1acbcc2191bedc47751"
|
||||
SRC_URI[sha256sum] = "96e900d6af928a94c2a75b4935ddda44872c218121d0467c549ae19e7608a9a2"
|
||||
Reference in New Issue
Block a user