From 52e67d4e6307a161491825bdfca01dd36b2228e1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 15:32:03 +0000 Subject: python: update support packages to python3 Updating the python support packages to python3. Some packages are dropped in favour of variants that are in meta-python, some are updated and update to the new python3 name for others. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-bugsnag_2.0.2.bb | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 recipes-devtools/python/python-bugsnag_2.0.2.bb (limited to 'recipes-devtools/python/python-bugsnag_2.0.2.bb') diff --git a/recipes-devtools/python/python-bugsnag_2.0.2.bb b/recipes-devtools/python/python-bugsnag_2.0.2.bb deleted file mode 100644 index edf880fb..00000000 --- a/recipes-devtools/python/python-bugsnag_2.0.2.bb +++ /dev/null @@ -1,26 +0,0 @@ -HOMEPAGE = "https://bugsnag.com/" -SUMMARY = "Automatic error monitoring for django, flask, etc." -DESCRIPTION = "\ - The official Python notifier for `Bugsnag `_. \ - Provides support for automatically capturing and sending exceptions \ - in your Django and other Python apps to Bugsnag, to help you find \ - and solve your bugs as fast as possible. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f6df6ab9f1b615a140ebb2a48f61bddc" - -PR = "r0" -SRCNAME = "bugsnag" - -SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "e16360d86979890892cd388635f213e7" -SRC_URI[sha256sum] = "093934b3cd1d36ba2b89cfe1673b14ba59043417fe500a02dbf6de0df43ea962" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += "python-webob python-flask python-blinker" - -- cgit v1.2.3-54-g00ecf