summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb41
1 files changed, 1 insertions, 40 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index e73bf53..fea3c85 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -1,41 +1,2 @@
1DESCRIPTION = "Oslo utils"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRCNAME = "oslo.utils"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9
10PV = "3.28.0+git${SRCPV}"
11SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c"
12S = "${WORKDIR}/git"
13
14inherit setuptools 1inherit setuptools
15 2require python-oslo.utils.inc
16# DEPENDS_default: python-pip
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28# RDEPENDS_default:
29RDEPENDS_${PN} += " \
30 python-pbr \
31 python-six \
32 python-iso8601 \
33 python-oslo.i18n \
34 python-monotonic \
35 python-pytz \
36 python-netaddr \
37 python-netifaces \
38 python-debtcollector \
39 python-funcsigs \
40 python-pyparsing \
41 "