diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-06 16:47:18 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-08 23:05:23 -0400 |
| commit | 7cf1eed0fbe6116042e1d77b05c95ec8977f5238 (patch) | |
| tree | c9662b2c68cd7fc164bbbab32613abc9e990c01f /meta-openstack/recipes-devtools/python/python-coverage.inc | |
| parent | a13eafc0c1ff4056543dfd1cbb9a4d58419b9c36 (diff) | |
| download | meta-cloud-services-7cf1eed0fbe6116042e1d77b05c95ec8977f5238.tar.gz | |
python3-coverage: Remove recipe
This recipe already exists in meta-openembedded, the path is:
meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_5.1.bb
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-coverage.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-coverage.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-coverage.inc b/meta-openstack/recipes-devtools/python/python-coverage.inc deleted file mode 100644 index f1c5022..0000000 --- a/meta-openstack/recipes-devtools/python/python-coverage.inc +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | DESCRIPTION = "Code coverage measurement for Python" | ||
| 5 | HOMEPAGE = "https://pypi.python.org/pypi/coverage" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "BSD" | ||
| 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "37f4d8ae679b2c43a87da8d519817a3b" | ||
| 11 | SRC_URI[sha256sum] = "07a36ac3c82f5961c45565fd5575b4c568a8fc59e8d5d29a5b04dc8597a07e0e" | ||
| 12 | |||
| 13 | inherit pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | ${PYTHON_PN}-pip \ | ||
| 17 | " | ||
| 18 | |||
