diff options
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.17.51.bb')
| -rw-r--r-- | recipes-devtools/python/python3-boto3_1.17.51.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.17.51.bb b/recipes-devtools/python/python3-boto3_1.17.51.bb new file mode 100644 index 00000000..980b6cd2 --- /dev/null +++ b/recipes-devtools/python/python3-boto3_1.17.51.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | HOMEPAGE = "https://github.com/boto/boto" | ||
| 2 | SUMMARY = "Amazon Web Services API" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ | ||
| 5 | which allows Python developers to write software that makes use of services like \ | ||
| 6 | Amazon S3 and Amazon EC2. \ | ||
| 7 | " | ||
| 8 | SECTION = "devel/python" | ||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "c45e7d3aef8965ae1b42c9855c31ded19fbb38cfad0a34cc37dc880ded3672c2" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" | ||
