From a1d3a06e0fc012061a6396419c41f0ccfd933753 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 31 Jul 2017 18:12:58 +0200 Subject: python-futures: Drop recipe Newer recipe maintained in meta-oe. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-futures_git.bb | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-futures_git.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-futures_git.bb b/meta-openstack/recipes-devtools/python/python-futures_git.bb deleted file mode 100644 index f26be9a..0000000 --- a/meta-openstack/recipes-devtools/python/python-futures_git.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Backport of the concurrent.futures package from Python 3.2" -HOMEPAGE = "https://github.com/agronholm/pythonfutures" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3" - -PV = "3.0.3+git${SRCPV}" -SRCREV = "6532a7449d8102c172ea5011f1552fcc163c09f1" - -SRCNAME = "futures" -SRC_URI = "git://github.com/agronholm/python${SRCNAME}.git" - -S = "${WORKDIR}/git" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf