diff options
| author | Ming Liu <ming.liu@toradex.com> | 2020-06-23 10:45:55 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-25 22:46:44 -0400 |
| commit | bbca3cb2e3c48456c359a55efe5e128696017b07 (patch) | |
| tree | 1cc5c52cc7562dea72a7393249b5b165a60356ea /recipes-devtools/python/python3-boto3_1.14.7.bb | |
| parent | a6893e27ef71b0940e68d0d99ecf097b510a0c55 (diff) | |
| download | meta-virtualization-bbca3cb2e3c48456c359a55efe5e128696017b07.tar.gz | |
python3-boto3: uprev 1.11.7 > 1.14.7
Also drop SRCNAME/SRC_URI/S, change to inherit pypi.
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.14.7.bb')
| -rw-r--r-- | recipes-devtools/python/python3-boto3_1.14.7.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.14.7.bb b/recipes-devtools/python/python3-boto3_1.14.7.bb new file mode 100644 index 00000000..f9e979e8 --- /dev/null +++ b/recipes-devtools/python/python3-boto3_1.14.7.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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[md5sum] = "fb8b77d4ac10a971570419dd3613196e" | ||
| 13 | SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35" | ||
| 14 | |||
| 15 | inherit pypi setuptools3 | ||
