mirror of
https://github.com/openwrt/packages.git
synced 2025-02-23 04:16:44 +00:00
python-awscli: Update to 1.29.7, update dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@ -1,14 +1,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=awscli
|
||||
PKG_VERSION:=1.16.75
|
||||
PKG_RELEASE:=2
|
||||
PKG_NAME:=python-awscli
|
||||
PKG_VERSION:=1.29.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=8d96ec0de325ea8271cc6aa95b7392bbf548ec4aabd3ffbcdc0619b64edd4a45
|
||||
PYPI_NAME:=awscli
|
||||
PKG_HASH:=b3a7076cb317a21410a2d41734ba338add80f0480804cf9d68cbc52b1d39612a
|
||||
|
||||
PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE.txt
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -18,20 +19,20 @@ define Package/python3-awscli
|
||||
SUBMENU:=Python
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=awscli
|
||||
TITLE:=Universal Command Line Environment for AWS
|
||||
URL:=https://github.com/aws/aws-cli
|
||||
DEPENDS:=+python3 \
|
||||
+python3-yaml \
|
||||
+python3-pyasn1 \
|
||||
+python3-botocore \
|
||||
+python3-rsa \
|
||||
+python3-colorama \
|
||||
+python3-docutils \
|
||||
+python3-s3transfer
|
||||
+python3-rsa \
|
||||
+python3-s3transfer \
|
||||
+python3-yaml
|
||||
endef
|
||||
|
||||
define Package/python3-awscli/description
|
||||
This package provides a unified command line interface to Amazon Web Services.
|
||||
This package provides a unified command line interface to Amazon Web
|
||||
Services.
|
||||
endef
|
||||
|
||||
$(eval $(call Py3Package,python3-awscli))
|
||||
|
Reference in New Issue
Block a user