mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-charset-normalizer-3: Mark as deprecated.
This is a followup to bbb9551884
.
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 <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
cc87e772bb
commit
a969d3cd70
3 changed files with 4 additions and 3 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue