diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-01-09 15:14:56 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-01-12 10:38:06 -0500 |
| commit | 4ffa2ab9959d7c69d6d2e3faad1a2c8817eceb5d (patch) | |
| tree | b02e11a8523d51c0b0a36169de034190d34feb44 /meta-openstack/recipes-devtools/python | |
| parent | 84e28b918691f5042a6f11066e13e2ba44764d7c (diff) | |
| download | meta-cloud-services-4ffa2ab9959d7c69d6d2e3faad1a2c8817eceb5d.tar.gz | |
python-ovs: initial version, v2.7.2
Needed by the stable/pike versions of python-neutron and
python-ovsdbapp.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 0000000..2ec9a6e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ovs_2.7.2.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "Open vSwitch library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/ovs" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "8551ed58f4e5878db9a599e2d7792d98" | ||
| 8 | SRC_URI[sha256sum] = "24cc9e324b03ba8d5799f07edf6c8eef013d6cbf741707f42200b1674fd60928" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
