python3-idna: New package

Adds support for international domain names to python3-requests.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-02-21 18:43:04 +00:00
committed by Peter Müller
parent 3992da532d
commit a7e60957a3
4 changed files with 100 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-requests
PAK_VER = 1
DEPS = python3-certifi python3-charset-normalizer
DEPS = python3-certifi python3-charset-normalizer python3-idna
###############################################################################
# Top-level Rules