summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
deleted file mode 100644
index 7a6cdd7..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ /dev/null
@@ -1,36 +0,0 @@
1DESCRIPTION = "oslo.reports library"
2HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7PV = "1.22.0+git${SRCPV}"
8SRCREV = "a837f40bb0c31958d3ce99e2f9a6eb2fe651f4e6"
9
10SRCNAME = "oslo.reports"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17DEPENDS += " \
18 python-pip \
19 python-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27# RDEPENDS_default:
28RDEPENDS_${PN} += " \
29 python-pbr \
30 python-six \
31 python-jinja2 \
32 python-psutil \
33 python-oslo.i18n \
34 python-oslo.utils \
35 python-oslo.serialization \
36 "