blob: 0c1f87e0a6cfa6924bce821e9d0bcec8542bcdde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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] = "6dfeb70bf4f9a3514b91c7199f475f71f939199d62f9c63cd555b033fb283f89"
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-botocore python3-urllib3 python3-unixadmin"
|