blob: 6ee5b25bda5c72d0901cea98070eaf4ffe03d81a [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -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
7SRC_URI += "file://0001-FSM.py-change-shebang-from-python-to-python3.patch"
8
Patrick Williamsda295312023-12-05 16:48:56 -06009SRC_URI[sha256sum] = "ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
Andrew Geisslerc87764f2020-06-27 00:16:32 -050010
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011inherit pypi setuptools3
Andrew Geisslerc87764f2020-06-27 00:16:32 -050012
13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} = "\
Andrew Geisslerc87764f2020-06-27 00:16:32 -050016 ${PYTHON_PN}-core \
17 ${PYTHON_PN}-io \
18 ${PYTHON_PN}-terminal \
19 ${PYTHON_PN}-resource \
20 ${PYTHON_PN}-fcntl \
21 ${PYTHON_PN}-ptyprocess \
22"
23
24BBCLASSEXTEND = "native nativesdk"