summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
new file mode 100644
index 0000000000..6ee5b25bda
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "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
9SRC_URI[sha256sum] = "ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
10
11inherit pypi setuptools3
12
13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
14
15RDEPENDS:${PN} = "\
16 ${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"