diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-28 08:45:07 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-30 15:46:49 -0400 |
| commit | 8a111f7f8a3bef5f6e19b00f1db33c0190e5867c (patch) | |
| tree | 1c3966274c5677d14c6d361d661a586da5c3f93d /meta-openstack/recipes-devtools/python | |
| parent | 74d5d04744038e26851fc06bb29daecd3b1ec2b8 (diff) | |
| download | meta-cloud-services-8a111f7f8a3bef5f6e19b00f1db33c0190e5867c.tar.gz | |
python3-oslo.vmware: Change python to python3
Version updated to 3.4.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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb | 41 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb | 41 |
2 files changed, 41 insertions, 41 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb deleted file mode 100644 index 07345e7..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | DESCRIPTION = "oslo.vmware 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 = "2.23.0+git${SRCPV}" | ||
| 8 | SRCREV = "95a30dfa24d259fe16f0fd43eb1b67b9f3fc0397" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.vmware" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python-pbr \ | ||
| 29 | python-stevedore \ | ||
| 30 | python-netaddr \ | ||
| 31 | python-six \ | ||
| 32 | python-oslo.i18n \ | ||
| 33 | python-oslo.utils \ | ||
| 34 | python-oslo.concurrency \ | ||
| 35 | python-pyyaml \ | ||
| 36 | python-lxml \ | ||
| 37 | python-suds-jurko \ | ||
| 38 | python-eventlet \ | ||
| 39 | python-requests \ | ||
| 40 | python-urllib3 \ | ||
| 41 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb new file mode 100644 index 0000000..99fd8a9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | DESCRIPTION = "oslo.vmware 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 = "3.4.0+git${SRCPV}" | ||
| 8 | SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.vmware" | ||
| 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-pbr \ | ||
| 29 | python3-stevedore \ | ||
| 30 | python3-netaddr \ | ||
| 31 | python3-six \ | ||
| 32 | python3-oslo.i18n \ | ||
| 33 | python3-oslo.utils \ | ||
| 34 | python3-oslo.concurrency \ | ||
| 35 | python3-pyyaml \ | ||
| 36 | python3-lxml \ | ||
| 37 | python3-suds-jurko \ | ||
| 38 | python3-eventlet \ | ||
| 39 | python3-requests \ | ||
| 40 | python3-urllib3 \ | ||
| 41 | " | ||
