diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:33:31 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:33:31 +0200 |
| commit | 4d91fef4dc8a2a528a1127fabe9eaf78e1d906b9 (patch) | |
| tree | 8cf6fa1c19ecab0e4fe968ae023b99672a190b76 /meta-openstack | |
| parent | 94a07ba9795f8563e5b8b3e70e615875fb52e039 (diff) | |
| download | meta-cloud-services-4d91fef4dc8a2a528a1127fabe9eaf78e1d906b9.tar.gz | |
python-wrapt: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -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 8fd4b05..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+git${SRCPV}" | ||
| 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 | ||
