diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-28 09:34:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-30 15:48:00 -0400 |
| commit | f1d76adbd64f797b04e8c002abc85f9430c4a5fe (patch) | |
| tree | 857910fd3a6efb9c9c0400bd63ea1040ecf98484 /meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb | |
| parent | cf059689f866db9c35dc3c5322562a562cb96450 (diff) | |
| download | meta-cloud-services-f1d76adbd64f797b04e8c002abc85f9430c4a5fe.tar.gz | |
python3-os-xenapi: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb deleted file mode 100644 index b6ef425..0000000 --- a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | DESCRIPTION = "XenAPI library for OpenStack projects." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/os-xenapi" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "os-xenapi" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" | ||
| 9 | |||
| 10 | PV = "0.3.1+git${SRCPV}" | ||
| 11 | SRCREV = "7dce682e2ab0c14236dbc58a38c925536b3b6f8d" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | # DEPENDS_default: python-pip | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 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-babel \ | ||
| 30 | python-eventlet \ | ||
| 31 | python-oslo.concurrency \ | ||
| 32 | python-oslo.log \ | ||
| 33 | python-oslo.utils \ | ||
| 34 | python-oslo.i18n \ | ||
| 35 | python-six \ | ||
| 36 | " | ||
