From cceef93ba83497dcce2c1cdac91555d82371450a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Jan 2020 17:48:39 +0000 Subject: python: drop blinker specific version and python2 recipe We can use the python3 variant in meta-python, and we no longe need the specific version. Signed-off-by: Bruce Ashfield --- conf/distro/include/meta-virt-default-versions.inc | 1 - recipes-devtools/python/python-blinker_1.3.bb | 24 ---------------------- 2 files changed, 25 deletions(-) delete mode 100644 recipes-devtools/python/python-blinker_1.3.bb diff --git a/conf/distro/include/meta-virt-default-versions.inc b/conf/distro/include/meta-virt-default-versions.inc index 06ff9e85..134e1105 100644 --- a/conf/distro/include/meta-virt-default-versions.inc +++ b/conf/distro/include/meta-virt-default-versions.inc @@ -1,6 +1,5 @@ # Meta-virtuailization PREFERED_VERSION -PREFERRED_VERSION_python-blinker = "1.3" PREFERRED_VERSION_python-gevent = "1.0.1" PREFERRED_VERSION_python-m2crypto = "0.22.3" PREFERRED_VERSION_python-pyyaml = "5.1.2" diff --git a/recipes-devtools/python/python-blinker_1.3.bb b/recipes-devtools/python/python-blinker_1.3.bb deleted file mode 100644 index 8abb9c07..00000000 --- a/recipes-devtools/python/python-blinker_1.3.bb +++ /dev/null @@ -1,24 +0,0 @@ -HOMEPAGE = "https://pypi.python.org/pypi/blinker" -SUMMARY = "Fast, simple object-to-object and broadcast signaling" -DESCRIPTION = " \ - Blinker provides a fast dispatching system that allows any number of \ - interested parties to subscribe to events, or “signals”. \ - . \ - Signal receivers can subscribe to specific senders or receive signals \ - sent by any sender. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8baf1d53a00de619f60052e4752a89af" - -SRCNAME = "blinker" -SRC_URI = "https://pypi.python.org/packages/source/b/blinker/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "66e9688f2d287593a0e698cd8a5fbc57" -SRC_URI[sha256sum] = "6811010809262261e41ab7b92f3f6d23f35cf816fbec2bc05077992eebec6e2f" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -DEFAULT_PREFERENCE = "-1" - -inherit setuptools - -- cgit v1.2.3-54-g00ecf