blob: efeab8315aea9d85b43342b1c94dfe4c19d90ecf [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 Bishop1a4b7ee2018-12-16 17:11:34 -08007SRC_URI[md5sum] = "d4f3372965a996238d57d19b95d2e03a"
8SRC_URI[sha256sum] = "2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba"
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"