summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb
new file mode 100644
index 0000000..4b733fd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb
@@ -0,0 +1,32 @@
1DESCRIPTION = "Oslo Context Library"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRCNAME = "oslo.context"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9
10PV = "2.17.0+git${SRCPV}"
11SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91"
12S = "${WORKDIR}/git"
13
14inherit setuptools3
15
16DEPENDS += " \
17 python3-pip \
18 python3-pbr \
19 "
20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python3-pbr-native \
24 "
25
26# RDEPENDS_default:
27RDEPENDS_${PN} += " \
28 bash \
29 python3-pbr \
30 python3-debtcollector \
31 python3-positional \
32 "