diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-03 15:45:52 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:34:54 -0500 |
| commit | 459bdbd798e67d38ecdb06bc18ee7a05400c7555 (patch) | |
| tree | 2a02f528ed30b2e773dd95dbe8cd6f0045f67340 | |
| parent | 8d9a3bf7eaebe5556bdaf536e2b3f3bf37b0a811 (diff) | |
| download | meta-cloud-services-459bdbd798e67d38ecdb06bc18ee7a05400c7555.tar.gz | |
python3-futurist: upgrade 2.2.0 -> 2.3.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb (renamed from meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb index 4788fb2..2e63d90 100644 --- a/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb | |||
| @@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "708ae19b7e3bef70b47166da1e72392c" | 7 | SRC_URI[md5sum] = "4d642f5825a516d676356094179c6d27" |
| 8 | SRC_URI[sha256sum] = "3601ea64e3423b169683cffff58939ecee5cd5268834b20bf2da071c2563a43c" | 8 | SRC_URI[sha256sum] = "174ea146adf303d7e5d7d6d34e3a01f4abf0382b03a6f9309bac2e2d54ffbed6" |
| 9 | 9 | ||
| 10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| @@ -20,5 +20,6 @@ RDEPENDS_${PN} += " \ | |||
| 20 | python3-monotonic \ | 20 | python3-monotonic \ |
| 21 | python3-contextlib2 \ | 21 | python3-contextlib2 \ |
| 22 | python3-prettytable \ | 22 | python3-prettytable \ |
| 23 | python3-multiprocessing \ | ||
| 23 | " | 24 | " |
| 24 | 25 | ||
