mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
562 B
Makefile
15 lines
562 B
Makefile
################################################################################
|
|
#
|
|
# python-pyopenssl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYOPENSSL_VERSION = 17.0.0
|
|
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
|
|
PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/9f/32/80fe4fddeb731b7766cd09fe0b2032a91b43dae655e216792af2a6ae3190
|
|
PYTHON_PYOPENSSL_LICENSE = Apache-2.0
|
|
PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE
|
|
PYTHON_PYOPENSSL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|