mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-certifi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CERTIFI_VERSION = 2019.6.16
|
||||
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
|
||||
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/c5/67/5d0548226bcc34468e23a0333978f0e23d28d0b3f0c71a151aef9c3f7680
|
||||
PYTHON_CERTIFI_SETUP_TYPE = setuptools
|
||||
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
|
||||
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user