blob: d4f7fe0c561ce92761ef4893f52c64ad043778fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
DESCRIPTION = "Oslo Log Library"
HOMEPAGE = "https://launchpad.net/oslo"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
SRCNAME = "oslo.log"
SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
PV = "1.13.0+git${SRCPV}"
SRCREV = "60d9aa05d45bf948106f79ad7257080a731af6c5"
S = "${WORKDIR}/git"
inherit setuptools
DEPENDS += " \
python-pip \
python-babel \
python-pbr \
"
# RDEPENDS_default:
RDEPENDS_${PN} += " \
bash \
python-pbr \
python-six \
python-babel \
python-iso8601 \
python-oslo.config \
python-oslo.context \
python-oslo.i18n \
python-oslo.utils \
python-oslo.serialization \
python-pyinotify \
python-debtcollector \
"
|