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 | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | SRC_URI[md5sum] = "913fc0a68a915cdf6ad4250493c94cf7" |
| 8 | SRC_URI[sha256sum] = "9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c" |
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" |