diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-21 14:01:40 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:12:13 -0400 |
| commit | f6ef8ed5ab81f21575b158f8c0a2f3654a0363a4 (patch) | |
| tree | e20b58273d1fc06e83295608f8d5132f51e43313 /meta-openstack/recipes-devtools/python/python3-os-win_git.bb | |
| parent | fb727d085b21fe8c627d64a32c13aff54e42fe22 (diff) | |
| download | meta-cloud-services-f6ef8ed5ab81f21575b158f8c0a2f3654a0363a4.tar.gz | |
python3-os-win: Change python to python3
Version updated to 5.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-os-win_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-os-win_git.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb new file mode 100644 index 0000000..5a2b765 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | DESCRIPTION = "Windows / Hyper-V library for OpenStack projects." | ||
| 2 | HOMEPAGE = "https://github.com/openstack/os-win" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/os-win.git \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "5.1.0+git${SRCPV}" | ||
| 12 | SRCREV = "066c1c49b52de17217edfdbefe9c96e457ad23d2" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | # Satisfy setup.py 'setup_requires' | ||
| 22 | DEPENDS += " \ | ||
| 23 | python3-pbr-native \ | ||
| 24 | " | ||
| 25 | |||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python3-pbr \ | ||
| 28 | python3-babel \ | ||
| 29 | python3-eventlet \ | ||
| 30 | python3-oslo.concurrency \ | ||
| 31 | python3-oslo.config \ | ||
| 32 | python3-oslo.log \ | ||
| 33 | python3-oslo.utils \ | ||
| 34 | python3-oslo.i18n \ | ||
| 35 | python3-greenlet \ | ||
| 36 | python3-dnspython \ | ||
| 37 | " | ||
