HOMEPAGE = "https://github.com/boto/boto" SUMMARY = "Amazon Web Services API" DESCRIPTION = "\ Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ which allows Python developers to write software that makes use of services like \ Amazon S3 and Amazon EC2. \ " SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" SRC_URI[sha256sum] = "e86c15049dc07cb67e8b466795f004f1f23c1acf078d47283cd5e4a692a5aa37" inherit pypi setuptools3 RDEPENDS_${PN} += "python3-botocore python3-urllib3 python3-unixadmin"