mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
pytnon-pexpect: update to 4.0.1
LICENSE checksum changed to an additional copyright attribution line (From OE-Core rev: aa3d92b81b584ef285cbae1939c22394eb6d22ca) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa90b5dda8
commit
c3330aabe4
25
meta/recipes-devtools/python/python-pexpect_4.0.1.bb
Normal file
25
meta/recipes-devtools/python/python-pexpect_4.0.1.bb
Normal file
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "A Pure Python Expect like Module for Python"
|
||||
HOMEPAGE = "http://pexpect.readthedocs.org/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=66c2378a96b307d56bfb3a9e58edafa8"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "056df81e6ca7081f1015b4b147b977b7"
|
||||
SRC_URI[sha256sum] = "232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
|
||||
|
||||
S = "${WORKDIR}/pexpect-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-core \
|
||||
python-io \
|
||||
python-terminal \
|
||||
python-resource \
|
||||
python-fcntl \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
Reference in New Issue
Block a user