diff options
author | Derek Straka <derek@asterius.io> | 2017-12-18 16:00:50 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:01 -0800 |
commit | 8cfd98e478a71162191896f01b95c9693770c2ef (patch) | |
tree | cbcb1dcfb23fff469af2ec4d5866db9c220c9987 /meta-python/recipes-devtools | |
parent | c6665323a8ee1579f7da6a424f2622f9e2fffe5a (diff) | |
download | meta-openembedded-8cfd98e478a71162191896f01b95c9693770c2ef.tar.gz |
python-pexpect: update to version 4.3.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pexpect.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb (renamed from meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb) | 0 |
3 files changed, 2 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pexpect.inc b/meta-python/recipes-devtools/python/python-pexpect.inc index dc8bcc9f6..28d7b60c8 100644 --- a/meta-python/recipes-devtools/python/python-pexpect.inc +++ b/meta-python/recipes-devtools/python/python-pexpect.inc | |||
@@ -4,15 +4,11 @@ SECTION = "devel/python" | |||
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b" |
6 | 6 | ||
7 | SRCNAME = "pexpect" | 7 | SRC_URI[md5sum] = "16aa4549136b2d1b2bf1e0e9788d75a6" |
8 | 8 | SRC_URI[sha256sum] = "8e287b171dbaf249d0b06b5f2e88cb7e694651d2d0b8c15bccb83170d3c55575" | |
9 | SRC_URI[md5sum] = "047a486dcd26134b74f2e67046bb61a0" | ||
10 | SRC_URI[sha256sum] = "00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9" | ||
11 | 9 | ||
12 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | 10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
13 | 11 | ||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
15 | |||
16 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS_${PN} = "\ |
17 | ${PYTHON_PN}-core \ | 13 | ${PYTHON_PN}-core \ |
18 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb b/meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb index 1c46b47a2..1c46b47a2 100644 --- a/meta-python/recipes-devtools/python/python-pexpect_4.3.0.bb +++ b/meta-python/recipes-devtools/python/python-pexpect_4.3.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb index cf39233a3..cf39233a3 100644 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.3.1.bb | |||