blob: fa8ad01195b55b9995a0deac1cc4c91ea5d92eda [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A Pure Python Expect like Module for Python"
2HOMEPAGE = "http://pexpect.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b"
6
Brad Bishop316dfdd2018-06-25 12:45:53 -04007SRC_URI[md5sum] = "913fc0a68a915cdf6ad4250493c94cf7"
8SRC_URI[sha256sum] = "9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
11
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012RDEPENDS_${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
21BBCLASSEXTEND = "native nativesdk"