mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-botocore: new package.
Low-level, data-driven core of boto 3. Signed-off-by: Raphaël Mélotte <raphael.melotte@essensium.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
8abe87184a
commit
c8d721b5ba
14
package/python-botocore/python-botocore.mk
Normal file
14
package/python-botocore/python-botocore.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-botocore
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BOTOCORE_VERSION = 1.12.210
|
||||
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
|
||||
PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/39/78/068e7cf5bb9901f34eacbf449cdfbdf32e470333930cbcda890cfc9fb820
|
||||
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
|
||||
PYTHON_BOTOCORE_LICENSE = Apache-2.0
|
||||
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user