* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
569 B
Makefile
15 lines
569 B
Makefile
################################################################################
|
|
#
|
|
# python-pyopenssl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYOPENSSL_VERSION = 18.0.0
|
|
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
|
|
PYTHON_PYOPENSSL_SITE = https://files.pythonhosted.org/packages/9b/7c/ee600b2a9304d260d96044ab5c5e57aa489755b92bbeb4c0803f9504f480
|
|
PYTHON_PYOPENSSL_LICENSE = Apache-2.0
|
|
PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE
|
|
PYTHON_PYOPENSSL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|