summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-04 14:15:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-06 14:10:45 -0500
commitacc6c4e41f042a1dac42b1d698bf45ca325d0f3f (patch)
tree5f8d359bd4a2dec2437804f6e1f60e9d62c3e13c /meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb
parente36605c16349ba6661fea61b56088bcb753abd0f (diff)
downloadmeta-cloud-services-acc6c4e41f042a1dac42b1d698bf45ca325d0f3f.tar.gz
python-ovs: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb b/meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb
index 2ec9a6e..cd3685d 100644
--- a/meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb
@@ -1,10 +1,2 @@
1DESCRIPTION = "Open vSwitch library" 1require python-ovs.inc
2HOMEPAGE = "https://pypi.python.org/pypi/ovs" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7SRC_URI[md5sum] = "8551ed58f4e5878db9a599e2d7792d98"
8SRC_URI[sha256sum] = "24cc9e324b03ba8d5799f07edf6c8eef013d6cbf741707f42200b1674fd60928"
9
10inherit setuptools pypi