summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pexpect_3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-pexpect_3.3.bb')
-rw-r--r--meta/recipes-devtools/python/python-pexpect_3.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pexpect_3.3.bb b/meta/recipes-devtools/python/python-pexpect_3.3.bb
index cd80aeb2f1..5318405bf6 100644
--- a/meta/recipes-devtools/python/python-pexpect_3.3.bb
+++ b/meta/recipes-devtools/python/python-pexpect_3.3.bb
@@ -8,6 +8,8 @@ SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.g
8SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8" 8SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8"
9SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba" 9SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba"
10 10
11UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
12
11S = "${WORKDIR}/pexpect-${PV}" 13S = "${WORKDIR}/pexpect-${PV}"
12 14
13inherit distutils 15inherit distutils