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 | |
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')
8 files changed, 0 insertions, 96 deletions
diff --git a/meta/recipes-devtools/python/python-async_0.6.2.bb b/meta/recipes-devtools/python/python-async_0.6.2.bb deleted file mode 100644 index d855e42a79..0000000000 --- a/meta/recipes-devtools/python/python-async_0.6.2.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-async.inc | ||
2 | |||
3 | inherit setuptools | ||
4 | |||
5 | RDEPENDS_${PN} += "python-threading python-lang" | ||
diff --git a/meta/recipes-devtools/python/python-git_2.1.3.bb b/meta/recipes-devtools/python/python-git_2.1.3.bb deleted file mode 100644 index e49dbea544..0000000000 --- a/meta/recipes-devtools/python/python-git_2.1.3.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require python-git.inc | ||
2 | |||
3 | DEPENDS = "python-gitdb" | ||
4 | |||
5 | inherit setuptools | ||
6 | |||
7 | RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin" | ||
diff --git a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb b/meta/recipes-devtools/python/python-gitdb_0.6.4.bb deleted file mode 100644 index 1777395793..0000000000 --- a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require python-gitdb.inc | ||
2 | |||
3 | DEPENDS = "python-async python-smmap" | ||
4 | |||
5 | inherit distutils | ||
6 | |||
7 | RDEPENDS_${PN} += "python-smmap python-async python-mmap python-lang python-zlib python-io python-shell" | ||
diff --git a/meta/recipes-devtools/python/python-mako_1.0.6.bb b/meta/recipes-devtools/python/python-mako_1.0.6.bb deleted file mode 100644 index 230044e1a2..0000000000 --- a/meta/recipes-devtools/python/python-mako_1.0.6.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require python-mako.inc | ||
2 | |||
3 | inherit setuptools | ||
4 | |||
5 | RDEPENDS_${PN} = "python-threading \ | ||
6 | python-netclient \ | ||
7 | python-html \ | ||
8 | " | ||
9 | RDEPENDS_${PN}_class-native = "" | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||
12 | |||
13 | # The same utility is packaged in python3-mako, so it would conflict | ||
14 | do_install_append() { | ||
15 | rm -f ${D}${bindir}/mako-render | ||
16 | rmdir ${D}${bindir} | ||
17 | } | ||
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" | ||
diff --git a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb deleted file mode 100644 index eed24ad2ec..0000000000 --- a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | SUMMARY = "Run a subprocess in a pseudo terminal" | ||
2 | HOMEPAGE = "http://ptyprocess.readthedocs.io/en/latest/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "ISC" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490" | ||
6 | |||
7 | SRCNAME = "ptyprocess" | ||
8 | |||
9 | SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "94e537122914cc9ec9c1eadcd36e73a1" | ||
11 | SRC_URI[sha256sum] = "0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6" | ||
12 | |||
13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | RDEPENDS_${PN} = "\ | ||
20 | python-core \ | ||
21 | " | ||
22 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/recipes-devtools/python/python-six_1.10.0.bb b/meta/recipes-devtools/python/python-six_1.10.0.bb deleted file mode 100644 index 4350485f73..0000000000 --- a/meta/recipes-devtools/python/python-six_1.10.0.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | inherit setuptools | ||
2 | require python-six.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "python-io" | ||
diff --git a/meta/recipes-devtools/python/python-smmap_0.9.0.bb b/meta/recipes-devtools/python/python-smmap_0.9.0.bb deleted file mode 100644 index c118dd8d63..0000000000 --- a/meta/recipes-devtools/python/python-smmap_0.9.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-smmap.inc | ||
2 | |||
3 | inherit setuptools | ||
4 | |||
5 | RDEPENDS_${PN} += "python-codecs python-mmap python-lang" | ||