Updated ShredOS to Buildroot 2025.11, kernel 6.18.0

This commit is contained in:
PartialVolume
2026-01-06 22:53:29 +00:00
parent 47dc200bc9
commit c525a2ff71
5119 changed files with 72535 additions and 22216 deletions

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-fs
#
################################################################################
PYTHON_FS_VERSION = 2.4.16
PYTHON_FS_SOURCE = fs-$(PYTHON_FS_VERSION).tar.gz
PYTHON_FS_SITE = https://files.pythonhosted.org/packages/5d/a9/af5bfd5a92592c16cdae5c04f68187a309be8a146b528eac3c6e30edbad2
PYTHON_FS_SETUP_TYPE = setuptools
PYTHON_FS_LICENSE = MIT
PYTHON_FS_LICENSE_FILES = LICENSE
HOST_PYTHON_FS_DEPENDENCIES = host-python-six host-python-appdirs
$(eval $(host-python-package))