diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-29 11:37:49 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | aecaeb1ca573eeee1547379d22de37f714f166c2 (patch) | |
| tree | ea0f9ca1ea33225ebf2553ab7d30080895743e81 /meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | |
| parent | ab920321f53a545c07252adce99f6bd6b51e61af (diff) | |
| download | meta-cloud-services-aecaeb1ca573eeee1547379d22de37f714f166c2.tar.gz | |
python3-ovsdbapp: Change python to python3
upgrade 0.4.1 -> 0.4.4
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-ovsdbapp_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb new file mode 100644 index 0000000..4c0510c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | DESCRIPTION = "OVSDB application library" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/ovsdbapp" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "ovsdbapp" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "0.4.4+git${SRCPV}" | ||
| 11 | SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | # DEPENDS_default: python3-pip | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python3-pip \ | ||
| 20 | python3-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python3-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python3-fixtures \ | ||
| 30 | python3-ovs \ | ||
| 31 | python3-pbr \ | ||
| 32 | " | ||
