Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 1 | SUMMARY = "Python expectaton library" |
| 2 | DESCRIPTION = "Minimal but very flexible implementation of the expect pattern" |
| 3 | SECTION = "devel/python" |
| 4 | HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" |
| 5 | LICENSE = "ISC" |
| 6 | LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" |
| 7 | |
| 8 | inherit pypi setuptools3 |
| 9 | |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 10 | SRC_URI[sha256sum] = "659351e7ee8923b42de8a774fabfc806acf07377d7fd19f2ea4412ef8f619c6a" |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 11 | |
| 12 | RDEPENDS:${PN} += "python3-numbers" |