blob: 521df9dcd45d41fac05e085741ae91947f62ae5b [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} = "\
Patrick Williams39653562024-03-01 08:54:02 -060016 python3-core \
17 python3-io \
18 python3-terminal \
19 python3-resource \
20 python3-fcntl \
21 python3-ptyprocess \
Andrew Geisslerc87764f2020-06-27 00:16:32 -050022"
23
24BBCLASSEXTEND = "native nativesdk"