summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-boto3_1.17.48.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.17.48.bb')
-rw-r--r--recipes-devtools/python/python3-boto3_1.17.48.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.17.48.bb b/recipes-devtools/python/python3-boto3_1.17.48.bb
deleted file mode 100644
index 56637f43..00000000
--- a/recipes-devtools/python/python3-boto3_1.17.48.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1HOMEPAGE = "https://github.com/boto/boto"
2SUMMARY = "Amazon Web Services API"
3DESCRIPTION = "\
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 "
8SECTION = "devel/python"
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
11
12SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37"
13
14inherit pypi setuptools3
15
16RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin"