diff options
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.14.7.bb')
| -rw-r--r-- | recipes-devtools/python/python3-boto3_1.14.7.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.14.7.bb b/recipes-devtools/python/python3-boto3_1.14.7.bb deleted file mode 100644 index 0e9611ca..00000000 --- a/recipes-devtools/python/python3-boto3_1.14.7.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin" | ||
