diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-21 22:48:45 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-21 23:17:11 -0500 |
| commit | 989bb39ce87eb879a8bf994160b8ebf552421627 (patch) | |
| tree | 0742b3a02e2b0839d1a860a56d0370cc840f3513 /meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb | |
| parent | 704e63aadc51154f75f99334ef70ed117ffcd48b (diff) | |
| download | meta-cloud-services-989bb39ce87eb879a8bf994160b8ebf552421627.tar.gz | |
python-futurist: uprev to v0.21.0
This version is required to support python-oslo.messaging. Other than
the typical version and checksum updates, minor updates to the runtime
dependencies were required.
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/python-futurist_0.21.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb new file mode 100644 index 0000000..27f2860 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "Useful additions to futures, from the future" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/futurist" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "futurist" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259" | ||
| 12 | SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr-native \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python-pbr \ | ||
| 25 | python-six \ | ||
| 26 | python-monotonic \ | ||
| 27 | python-futures \ | ||
| 28 | python-contextlib2 \ | ||
| 29 | python-prettytable \ | ||
| 30 | " | ||
| 31 | |||
