Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 1 | SUMMARY = "A Pure Python Expect like Module for Python" |
| 2 | HOMEPAGE = "http://pexpect.readthedocs.org/" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "ISC" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" |
| 6 | |
| 7 | SRC_URI += "file://0001-FSM.py-change-shebang-from-python-to-python3.patch" |
| 8 | |
Patrick Williams | da29531 | 2023-12-05 16:48:56 -0600 | [diff] [blame] | 9 | SRC_URI[sha256sum] = "ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f" |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 10 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | inherit pypi setuptools3 |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 12 | |
| 13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
| 14 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | RDEPENDS:${PN} = "\ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 16 | python3-core \ |
| 17 | python3-io \ |
| 18 | python3-terminal \ |
| 19 | python3-resource \ |
| 20 | python3-fcntl \ |
| 21 | python3-ptyprocess \ |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 22 | " |
| 23 | |
| 24 | BBCLASSEXTEND = "native nativesdk" |