1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pydantic: Adjust inputs.

* gnu/packages/python-xyz.scm (python-pydantic)[native-inputs]: Remove
python-dirty-equals; add python-dirty-equals-bootstrap and python-pytz.

Change-Id: I5094994f891cf2ed9d06dc70d12e92d9eb5b7e02
This commit is contained in:
Sharlatan Hellseher
2026-03-15 16:50:36 +00:00
parent e47289ba2c
commit 967da69c52

View File

@@ -10542,7 +10542,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
#~(list "--parallel-threads" (number->string (parallel-job-count)))))
(native-inputs
(list tzdata-for-tests
python-dirty-equals
python-dirty-equals-bootstrap
python-faker
python-hatch-fancy-pypi-readme
python-hatchling
@@ -10551,7 +10551,8 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
python-pytest-benchmark
python-pytest-examples
python-pytest-mock
python-pytest-run-parallel))
python-pytest-run-parallel
python-pytz))
(propagated-inputs
(list python-annotated-types
python-pydantic-core ;it's hard == requirement, keep it in sync