summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.log_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.log_git.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
deleted file mode 100644
index 091ae36..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
+++ /dev/null
@@ -1,41 +0,0 @@
1DESCRIPTION = "Oslo Log Library"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRCNAME = "oslo.log"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9
10PV = "3.30.0+git${SRCPV}"
11SRCREV = "ad776e84b51223b85b7dfa85a7e77bb2f3848f4b"
12S = "${WORKDIR}/git"
13
14inherit setuptools3
15
16DEPENDS += " \
17 python-pip \
18 python-babel \
19 python-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27# RDEPENDS_default:
28RDEPENDS_${PN} += " \
29 bash \
30 python-pbr \
31 python-six \
32 python-oslo.config \
33 python-oslo.context \
34 python-oslo.i18n \
35 python-oslo.utils \
36 python-oslo.serialization \
37 python-pyinotify \
38 python-debtcollector \
39 python-dateutil \
40 python-monotonic \
41 "