Upgrade ShredOS to buildroot v24.11

This commit is contained in:
PartialVolume
2025-01-10 19:31:27 +00:00
parent d5280fc4e1
commit f39f161d58
4813 changed files with 61163 additions and 34069 deletions

View File

@@ -4,14 +4,12 @@
#
################################################################################
PYTHON_DNSPYTHON_VERSION = 2.4.2
PYTHON_DNSPYTHON_VERSION = 2.7.0
PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).tar.gz
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/65/2d/372a20e52a87b2ba0160997575809806111a72e18aa92738daccceb8d2b9
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/b5/4a/263763cb2ba3816dd94b08ad3a33d5fdae34ecb856678773cc40a3605829
PYTHON_DNSPYTHON_LICENSE = ISC
PYTHON_DNSPYTHON_LICENSE_FILES = LICENSE
PYTHON_DNSPYTHON_SETUP_TYPE = setuptools
PYTHON_DNSPYTHON_DEPENDENCIES = host-python-setuptools-scm
HOST_PYTHON_DNSPYTHON_DEPENDENCIES = host-python-setuptools-scm
PYTHON_DNSPYTHON_SETUP_TYPE = hatch
$(eval $(python-package))
$(eval $(host-python-package))