diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-28 13:02:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | 22b64110d65c8c8c8f79fe15edb8d638863d302e (patch) | |
| tree | cab2adf8bdcc5b441335be637b5acaa56ca23c39 /meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb | |
| parent | 18684ba4f2c48765dda9e9560a077a59ec619674 (diff) | |
| download | meta-cloud-services-22b64110d65c8c8c8f79fe15edb8d638863d302e.tar.gz | |
python3-oslo.context: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.bb | 32 |
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 @@ | |||
| 1 | DESCRIPTION = "Oslo Context Library" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "oslo.context" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "2.17.0+git${SRCPV}" | ||
| 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python3-pip \ | ||
| 18 | python3-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | # Satisfy setup.py 'setup_requires' | ||
| 22 | DEPENDS += " \ | ||
| 23 | python3-pbr-native \ | ||
| 24 | " | ||
| 25 | |||
| 26 | # RDEPENDS_default: | ||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | bash \ | ||
| 29 | python3-pbr \ | ||
| 30 | python3-debtcollector \ | ||
| 31 | python3-positional \ | ||
| 32 | " | ||
