summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-coverage.inc18
-rw-r--r--meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb2
2 files changed, 0 insertions, 20 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#
4DESCRIPTION = "Code coverage measurement for Python"
5HOMEPAGE = "https://pypi.python.org/pypi/coverage"
6SECTION = "devel/python"
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb"
9
10SRC_URI[md5sum] = "37f4d8ae679b2c43a87da8d519817a3b"
11SRC_URI[sha256sum] = "07a36ac3c82f5961c45565fd5575b4c568a8fc59e8d5d29a5b04dc8597a07e0e"
12
13inherit pypi
14
15DEPENDS += " \
16 ${PYTHON_PN}-pip \
17 "
18
diff --git a/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb b/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
deleted file mode 100644
index 917a06c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-coverage.inc
2inherit setuptools3