summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb
new file mode 100644
index 0000000..55270ba
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb
@@ -0,0 +1,22 @@
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
7PR = "r0"
8SRCNAME = "testrepository"
9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "f1f234caa753179ccfad8f7f764ddde4"
13SRC_URI[sha256sum] = "ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd"
14
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20RDEPENDS_${PN} += "python-subunit \
21 python-extras \
22" \ No newline at end of file