diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-23 22:42:43 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-01 16:30:52 -0500 |
| commit | d0241986e6cc357b2eb259ad1caf70925360b8fc (patch) | |
| tree | 891487843f832573bd20068cc487ea269d129810 | |
| parent | 60437785af1571799e112bf7d7b581fa76273c01 (diff) | |
| download | meta-cloud-services-d0241986e6cc357b2eb259ad1caf70925360b8fc.tar.gz | |
python3-os-brick: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-brick_git.bb | 42 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | 42 |
2 files changed, 42 insertions, 42 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb deleted file mode 100644 index 5dd08dc..0000000 --- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | DESCRIPTION = "OpenStack Cinder brick library for managing local volume attaches" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/os-brick" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/os-brick.git;branch=stable/pike \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "1.15.5+git${SRCPV}" | ||
| 12 | SRCREV = "4090db76673cadb3b8adfceb106069e03414de49" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/etc/*" | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python-pbr \ | ||
| 30 | python-babel \ | ||
| 31 | python-eventlet \ | ||
| 32 | python-oslo.concurrency \ | ||
| 33 | python-oslo.log \ | ||
| 34 | python-oslo.serialization \ | ||
| 35 | python-oslo.i18n \ | ||
| 36 | python-oslo.privsep \ | ||
| 37 | python-oslo.service \ | ||
| 38 | python-oslo.utils \ | ||
| 39 | python-requests \ | ||
| 40 | python-retrying \ | ||
| 41 | python-six \ | ||
| 42 | python-os-win \ | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb new file mode 100644 index 0000000..4fc01f6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | DESCRIPTION = "OpenStack Cinder brick library for managing local volume attaches" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/os-brick" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/os-brick.git;branch=stable/victoria \ | ||
| 9 | " | ||
| 10 | SRCREV = "f0cf77672fed70f20896c23015cb50341f311f38" | ||
| 11 | |||
| 12 | PV = "4.0.1+git${SRCPV}" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/etc/*" | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python3-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python3-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python3-pbr \ | ||
| 30 | python3-babel \ | ||
| 31 | python3-eventlet \ | ||
| 32 | python3-oslo.concurrency \ | ||
| 33 | python3-oslo.log \ | ||
| 34 | python3-oslo.serialization \ | ||
| 35 | python3-oslo.i18n \ | ||
| 36 | python3-oslo.privsep \ | ||
| 37 | python3-oslo.service \ | ||
| 38 | python3-oslo.utils \ | ||
| 39 | python3-requests \ | ||
| 40 | python3-retrying \ | ||
| 41 | python3-six \ | ||
| 42 | python3-os-win \ | ||
