From a969d3cd70a6a253a1de77f44f81d4eda2e6928a Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 29 Sep 2025 10:13:32 +0900 Subject: gnu: python-charset-normalizer-3: Mark as deprecated. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to bbb955188451c54adb4bedfcb8e259440f3f1bfe. Replace all python-charset-normalizer-3 occurences with python-charset-normalizer. * gnu/packages/python-xyz.scm (python-charset-normalizer-3): Mark as a deprecated public alias. * gnu/packages/music.scm (picard) [inputs]: Replace python-charset-normalizer-3 with python-charset-normalizer. * gnu/packages/python-web.scm (python-translation-finder) [propagated-inputs]: Replace python-charset-normalizer-3 with python-charset-normalizer. Change-Id: Ib45bfe24efde2f2a6435c0c272d9d14e70e2321e Reviwed-by: Ludovic Courtès Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 61f53e89d5f..79e4e658d86 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8619,7 +8619,7 @@ for HTTP/2 is planned.") (list python-pytest python-setuptools)) (propagated-inputs - (list python-charset-normalizer-3 + (list python-charset-normalizer python-ruamel.yaml python-weblate-language-data)) (home-page "https://weblate.org/") -- cgit v1.3