diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-23 09:57:01 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-23 13:13:28 -0500 |
| commit | 7b5d09c1c8b219b11f622cf13cf1c5f059fba21c (patch) | |
| tree | c590c6d08b76dc35114dc3b4951c8b1c31bbcb2e /meta-openstack/recipes-devtools/python/python-wrapt_git.bb | |
| parent | c26a033906d77af879f5dc262c5528a426d80428 (diff) | |
| download | meta-cloud-services-7b5d09c1c8b219b11f622cf13cf1c5f059fba21c.tar.gz | |
python-wrapt: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wrapt_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wrapt_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ | |||
| 1 | DESCRIPTION = "A Python module for decorators, wrappers and monkey patching." | ||
| 2 | HOMEPAGE = "https://github.com/GrahamDumpleton/wrapt" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0" | ||
| 6 | |||
| 7 | PV = "1.10.5" | ||
| 8 | SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e" | ||
| 9 | |||
| 10 | SRCNAME = "wrapt" | ||
| 11 | SRC_URI = "git://github.com/GrahamDumpleton/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
