diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-04-26 18:51:29 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:17 +0100 |
| commit | 1fc2c9315faf65ea05fecf81450dd40b9a330435 (patch) | |
| tree | 1e0778ad7a41f461e9f7ff39281ee0d52f59ee96 /meta/recipes-devtools/python/python-pexpect_4.2.1.bb | |
| parent | 489b542b9f21e9389490b3bcef3fb45712726daf (diff) | |
| download | poky-1fc2c9315faf65ea05fecf81450dd40b9a330435.tar.gz | |
python: remove unused 2.x versions of several packages
Nothing is using them in oe-core or meta-oe layers (except python-six is used by
and provided in meta-oe, so there was recipe duplication).
(From OE-Core rev: 701ac8e558c9c09cdab2306ebc416f0070585b11)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pexpect_4.2.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-pexpect_4.2.1.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb deleted file mode 100644 index 1321797ef9..0000000000 --- a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 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 | SRCNAME = "pexpect" | ||
| 8 | |||
| 9 | SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "3694410001a99dff83f0b500a1ca1c95" | ||
| 11 | SRC_URI[sha256sum] = "3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92" | ||
| 12 | |||
| 13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/pexpect-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} = "\ | ||
| 20 | python-core \ | ||
| 21 | python-io \ | ||
| 22 | python-terminal \ | ||
| 23 | python-resource \ | ||
| 24 | python-fcntl \ | ||
| 25 | python-ptyprocess \ | ||
| 26 | " | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
