diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:34 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | 1848f000bad47d98900ef945c76c750c3edf1a1f (patch) | |
| tree | 7d0e8036e8023a113e9110024207b5cad0c79013 /meta-openstack/recipes-devtools | |
| parent | d677b53bcbb5ea2d6c299bf01b042a3756833223 (diff) | |
| download | meta-cloud-services-1848f000bad47d98900ef945c76c750c3edf1a1f.tar.gz | |
python-vine: initial version
This python package is required for the v2.2.2 of python-amqp.
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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb new file mode 100644 index 0000000..268675d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "Python promises" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/vine" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c" | ||
| 8 | SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | " | ||
