From 07933852c5223e4964d750ea63e836ed4c2a3190 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 27 Aug 2019 11:44:56 +0800 Subject: python-contextlib2: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-contextlib2_0.5.5.bb | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb index af9270e..c6a5c9b 100644 --- a/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb +++ b/meta-openstack/recipes-devtools/python/python-contextlib2_0.5.5.bb @@ -1,18 +1,3 @@ -DESCRIPTION = "Backports and enhancements for the contextlib module" -HOMEPAGE = "http://contextlib2.readthedocs.org/" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" - -SRC_URI[md5sum] = "95fe420941ebc64951cd9d89edc41870" -SRC_URI[sha256sum] = "509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48" - inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - " +require python-contextlib2.inc -- cgit v1.2.3-54-g00ecf