diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-17 03:41:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-20 14:50:08 -0400 |
| commit | 527ad686d812cd88dfa4d54411ed2548a7445992 (patch) | |
| tree | 1f575ed1fdacaa3396b75b558fd878939097d480 /meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb | |
| parent | d4ddf6c7f1484f453b5ecab1a5ef6d313cf6d86a (diff) | |
| download | meta-cloud-services-527ad686d812cd88dfa4d54411ed2548a7445992.tar.gz | |
python3-boto: Change to python3
-License-Update: There is no LICENSE file in the package provided by pypi, and it is changed to PKG-INFO.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb new file mode 100644 index 0000000..fe09e9f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "Amazon Web Services API" | ||
| 2 | HOMEPAGE = "https://github.com/boto/boto" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a1067d091272fcce8cc3d88d7e6fdc01" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "e9b79f80198da059d9a8055a5352fd6d" | ||
| 8 | SRC_URI[sha256sum] = "ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += "\ | ||
| 11 | python3-json \ | ||
| 12 | python3-netclient \ | ||
| 13 | python3-threading \ | ||
| 14 | python3-xml \ | ||
| 15 | python3-logging \ | ||
| 16 | python3-pickle \ | ||
| 17 | python3-netserver \ | ||
| 18 | " | ||
| 19 | |||
| 20 | inherit setuptools3 pypi | ||
| 21 | |||
