diff options
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 | |||
