summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-17 03:41:26 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-20 14:50:08 -0400
commit527ad686d812cd88dfa4d54411ed2548a7445992 (patch)
tree1f575ed1fdacaa3396b75b558fd878939097d480 /meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
parentd4ddf6c7f1484f453b5ecab1a5ef6d313cf6d86a (diff)
downloadmeta-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.bb21
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 @@
1DESCRIPTION = "Amazon Web Services API"
2HOMEPAGE = "https://github.com/boto/boto"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a1067d091272fcce8cc3d88d7e6fdc01"
6
7SRC_URI[md5sum] = "e9b79f80198da059d9a8055a5352fd6d"
8SRC_URI[sha256sum] = "ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a"
9
10RDEPENDS_${PN} += "\
11 python3-json \
12 python3-netclient \
13 python3-threading \
14 python3-xml \
15 python3-logging \
16 python3-pickle \
17 python3-netserver \
18"
19
20inherit setuptools3 pypi
21