summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testrepository.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testrepository.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testrepository.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testrepository.inc b/meta-openstack/recipes-devtools/python/python-testrepository.inc
new file mode 100644
index 0000000..673141d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-testrepository.inc
@@ -0,0 +1,17 @@
1DESCRIPTION = "A repository of test results"
2HOMEPAGE = "https://pypi.python.org/pypi/testrepository/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"
6
7SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b"
8SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-subunit \
13 ${PYTHON_PN}-extras \
14"
15
16CLEANBROKEN = "1"
17