diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2019-12-04 07:04:08 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:13:12 -0500 |
| commit | 5d5fdb6c0c39c9c27eec5500f9e2b1b1ea09508b (patch) | |
| tree | 5c04a5fe6b8f407fcca699605d9dd0281f3dfe1c /meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb | |
| parent | 322105212b91c73b295fd7fda7196cb57e93e85b (diff) | |
| download | meta-cloud-services-5d5fdb6c0c39c9c27eec5500f9e2b1b1ea09508b.tar.gz | |
python-futurist: 1.9.0 -> 1.10.0
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/python-futurist_1.9.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb deleted file mode 100644 index 06624c1..0000000 --- a/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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 | SRC_URI[md5sum] = "cbfa47202a5724215edc83cc91bdf0ac" | ||
| 8 | SRC_URI[sha256sum] = "0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pip \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | python-pbr \ | ||
| 19 | python-six \ | ||
| 20 | python-monotonic \ | ||
| 21 | python-futures \ | ||
| 22 | python-contextlib2 \ | ||
| 23 | python-prettytable \ | ||
| 24 | " | ||
| 25 | |||
