From 7b5d09c1c8b219b11f622cf13cf1c5f059fba21c Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 23 Dec 2019 09:57:01 +0800 Subject: python-wrapt: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-wrapt_git.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-wrapt_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-wrapt_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-wrapt_git.bb b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb deleted file mode 100644 index a2def9a..0000000 --- a/meta-openstack/recipes-devtools/python/python-wrapt_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "A Python module for decorators, wrappers and monkey patching." -HOMEPAGE = "https://github.com/GrahamDumpleton/wrapt" -SECTION = "devel/python" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0" - -PV = "1.10.5" -SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e" - -SRCNAME = "wrapt" -SRC_URI = "git://github.com/GrahamDumpleton/${SRCNAME}.git" - -S = "${WORKDIR}/git" - -inherit setuptools -- cgit v1.2.3-54-g00ecf