diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-29 22:58:34 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-01 23:10:36 -0400 |
| commit | 778bc7866782bda1a7731f866fb298dc5b94d501 (patch) | |
| tree | fc77393201436f1227dfe165441f8888c4a068d9 /meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | |
| parent | b7133e477c13e4bf54b5d1fb0e5e940879c0a1e7 (diff) | |
| download | meta-cloud-services-778bc7866782bda1a7731f866fb298dc5b94d501.tar.gz | |
python3-oslo.db: change to python3
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb new file mode 100644 index 0000000..3a78391 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | DESCRIPTION = "oslo.db library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PV = "8.4.0+git${SRCPV}" | ||
| 8 | SRCREV = "e42c73343f640eaacb0a76d204eb55c85de4f5d5" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.db" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pip \ | ||
| 19 | python3-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python3-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python3-six \ | ||
| 29 | python3-alembic \ | ||
| 30 | python3-oslo.config \ | ||
| 31 | python3-oslo.i18n \ | ||
| 32 | python3-oslo.utils \ | ||
| 33 | python3-sqlalchemy \ | ||
| 34 | python3-sqlalchemy-migrate \ | ||
| 35 | python3-stevedore \ | ||
| 36 | python3-pbr \ | ||
| 37 | python3-debtcollector \ | ||
| 38 | " | ||
