diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-21 14:01:55 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:12:12 -0400 |
| commit | 2878bfa341d52dcc01c6b7204023a3bf1b9d750c (patch) | |
| tree | 12092ffb96923d1a050f11420703faa04f9fcae2 /meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | |
| parent | 3c09b5d9b812fe28c8ffbc1aef4190c52f261a83 (diff) | |
| download | meta-cloud-services-2878bfa341d52dcc01c6b7204023a3bf1b9d750c.tar.gz | |
python3-oslo.middleware: Change python to python3
Version updated to : 4.1.0
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.middleware_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb new file mode 100644 index 0000000..a481818 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | DESCRIPTION = "Oslo Middleware library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PV = "4.1.0+git${SRCPV}" | ||
| 8 | SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.middleware" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | # DEPENDS_default: python3-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python3-pip \ | ||
| 21 | python3-pbr \ | ||
| 22 | " | ||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python3-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | |||
| 29 | # RDEPENDS_default: | ||
| 30 | RDEPENDS_${PN} += " \ | ||
| 31 | python3-pbr \ | ||
| 32 | python3-jinja2 \ | ||
| 33 | python3-oslo.config \ | ||
| 34 | python3-oslo.context \ | ||
| 35 | python3-oslo.i18n \ | ||
| 36 | python3-oslo.utils \ | ||
| 37 | python3-six \ | ||
| 38 | python3-stevedore \ | ||
| 39 | python3-webob \ | ||
| 40 | python3-debtcollector \ | ||
| 41 | python3-statsd \ | ||
| 42 | python3-monotonic \ | ||
| 43 | " | ||
