From: Michael Tremer Date: Wed, 20 May 2026 10:23:48 +0000 (+0000) Subject: python3-idna: Make this part of the core system X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbaf45859f8f604e95de06e45997aafd6f3cc34;p=ipfire-2.x.git python3-idna: Make this part of the core system Required by python3-yarl. Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/packages/python3-idna b/config/rootfiles/common/python3-idna similarity index 100% rename from config/rootfiles/packages/python3-idna rename to config/rootfiles/common/python3-idna diff --git a/lfs/python3-idna b/lfs/python3-idna index 0c26c6a032..69f951f23c 100644 --- a/lfs/python3-idna +++ b/lfs/python3-idna @@ -31,10 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = python3-idna -PAK_VER = 2 - -DEPS = ############################################################################### # Top-level Rules @@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) b2 : $(subst %,%_BLAKE2,$(objects)) -dist: - @$(PAK) - ############################################################################### # Downloading, checking, b2sum ############################################################################### diff --git a/lfs/python3-requests b/lfs/python3-requests index 6f4b4dd6f7..e1816ede29 100644 --- a/lfs/python3-requests +++ b/lfs/python3-requests @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-requests -PAK_VER = 2 +PAK_VER = 3 -DEPS = python3-certifi python3-charset-normalizer python3-idna +DEPS = python3-certifi python3-charset-normalizer ############################################################################### # Top-level Rules diff --git a/lfs/python3-trio b/lfs/python3-trio index e7a688d1c7..d6e96a6a6b 100644 --- a/lfs/python3-trio +++ b/lfs/python3-trio @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-trio -PAK_VER = 5 +PAK_VER = 6 -DEPS = python3-async_generator python3-sniffio python3-sortedcontainers python3-outcome python3-idna python3-exceptiongroup +DEPS = python3-async_generator python3-sniffio python3-sortedcontainers python3-outcome python3-exceptiongroup SERVICES =