mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytoolconfig: Use Pydantic 2.
* gnu/packages/python-xyz.scm (python-pytoolconfig)[propagated-inputs]: Replace python-pydantic with python-pydantic-2. Change-Id: Iff1977d0a28e8c7d137bb5119581937b6abb3ea7
This commit is contained in:
parent
7daf3fdfc7
commit
dea235ef60
1 changed files with 1 additions and 1 deletions
|
@ -2575,7 +2575,7 @@ implementation for the Telegram Bot API.")
|
|||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-packaging
|
||||
python-platformdirs
|
||||
python-pydantic
|
||||
python-pydantic-2
|
||||
python-sphinx
|
||||
python-sphinx-autodoc-typehints
|
||||
python-sphinx-rtd-theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue