Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [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 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "ed003242cbf308aee1b1eaecdef59e43" |
| 8 | SRC_URI[sha256sum] = "9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 9 | |
| 10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
| 11 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 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" |