blob: 6d78eb94d3acf5fc3020e2a41dec25bcb33ac638 [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 Bishope42b3e32020-01-15 22:08:42 -05007SRC_URI[md5sum] = "ed003242cbf308aee1b1eaecdef59e43"
8SRC_URI[sha256sum] = "9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb"
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"