mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
489b542b9f
commit
1fc2c9315f
@@ -1,5 +0,0 @@
|
||||
require python-async.inc
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-threading python-lang"
|
||||
@@ -1,7 +0,0 @@
|
||||
require python-git.inc
|
||||
|
||||
DEPENDS = "python-gitdb"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin"
|
||||
@@ -1,7 +0,0 @@
|
||||
require python-gitdb.inc
|
||||
|
||||
DEPENDS = "python-async python-smmap"
|
||||
|
||||
inherit distutils
|
||||
|
||||
RDEPENDS_${PN} += "python-smmap python-async python-mmap python-lang python-zlib python-io python-shell"
|
||||
@@ -1,17 +0,0 @@
|
||||
require python-mako.inc
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "python-threading \
|
||||
python-netclient \
|
||||
python-html \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# The same utility is packaged in python3-mako, so it would conflict
|
||||
do_install_append() {
|
||||
rm -f ${D}${bindir}/mako-render
|
||||
rmdir ${D}${bindir}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
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=1c7a725251880af8c6a148181665385b"
|
||||
|
||||
SRCNAME = "pexpect"
|
||||
|
||||
SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "3694410001a99dff83f0b500a1ca1c95"
|
||||
SRC_URI[sha256sum] = "3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
|
||||
|
||||
S = "${WORKDIR}/pexpect-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-core \
|
||||
python-io \
|
||||
python-terminal \
|
||||
python-resource \
|
||||
python-fcntl \
|
||||
python-ptyprocess \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -1,23 +0,0 @@
|
||||
SUMMARY = "Run a subprocess in a pseudo terminal"
|
||||
HOMEPAGE = "http://ptyprocess.readthedocs.io/en/latest/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490"
|
||||
|
||||
SRCNAME = "ptyprocess"
|
||||
|
||||
SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "94e537122914cc9ec9c1eadcd36e73a1"
|
||||
SRC_URI[sha256sum] = "0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-core \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -1,4 +0,0 @@
|
||||
inherit setuptools
|
||||
require python-six.inc
|
||||
|
||||
RDEPENDS_${PN} += "python-io"
|
||||
@@ -1,5 +0,0 @@
|
||||
require python-smmap.inc
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-codecs python-mmap python-lang"
|
||||
Reference in New Issue
Block a user