rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "A Pure Python Expect like Module for Python" |
| 2 | HOMEPAGE = "http://pexpect.readthedocs.org/" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "ISC" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" |
| 6 | |
| 7 | SRC_URI[md5sum] = "d4f3372965a996238d57d19b95d2e03a" |
| 8 | SRC_URI[sha256sum] = "2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba" |
| 9 | |
| 10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
| 11 | |
| 12 | RDEPENDS_${PN} = "\ |
| 13 | ${PYTHON_PN}-core \ |
| 14 | ${PYTHON_PN}-io \ |
| 15 | ${PYTHON_PN}-terminal \ |
| 16 | ${PYTHON_PN}-resource \ |
| 17 | ${PYTHON_PN}-fcntl \ |
| 18 | ${PYTHON_PN}-ptyprocess \ |
| 19 | " |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |