blob: 1cbd2384a30ae869265316a4d6217f0352dc95b0 [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "Python expectaton library"
2DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
3SECTION = "devel/python"
4HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
5LICENSE = "ISC"
6LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158"
7
8inherit pypi setuptools3
9
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050010SRC_URI[sha256sum] = "659351e7ee8923b42de8a774fabfc806acf07377d7fd19f2ea4412ef8f619c6a"
Patrick Williamsb542dec2023-06-09 01:26:37 -050011
12RDEPENDS:${PN} += "python3-numbers"