mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
5bbaccb77a
Drop no longer required python-idna runtime dependency. Drop no longer required python-incremental runtime dependency. Drop no longer required python-pyopenssl runtime dependency. Drop no longer required python-service-identity runtime dependency. Add new python-cryptography runtime dependency. Add new python-twisted-tls runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
553 B
Makefile
15 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# python-txtorcon
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TXTORCON_VERSION = 24.8.0
|
|
PYTHON_TXTORCON_SOURCE = txtorcon-$(PYTHON_TXTORCON_VERSION).tar.gz
|
|
PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/b9/9f/7815b07d8bc775d9578d9131267bb7ce3e91e31305688736ed796ae724d1
|
|
PYTHON_TXTORCON_SETUP_TYPE = setuptools
|
|
PYTHON_TXTORCON_LICENSE = MIT
|
|
PYTHON_TXTORCON_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|