include $(TOPDIR)/rules.mk PKG_NAME:=python-boto3 PKG_VERSION:=1.43.67 PKG_RELEASE:=1 PYPI_NAME:=boto3 PKG_HASH:=75fe983b70d39cfdc274dc51f9bb02b8a0a104bdad4fa073c1af85a35e707c91 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-boto3 SUBMENU:=Python SECTION:=lang CATEGORY:=Languages TITLE:=AWS SDK URL:=https://github.com/boto/boto3 DEPENDS:= \ +python3-light \ +python3-decimal \ +python3-logging \ +python3-botocore \ +python3-jmespath \ +python3-s3transfer endef define Package/python3-boto3/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. endef $(eval $(call Py3Package,python3-boto3)) $(eval $(call BuildPackage,python3-boto3)) $(eval $(call BuildPackage,python3-boto3-src))