gnu: Remove python-typeguard-4.

* gnu/packages/python-xyz.scm (python-typeguard-4): Delete variable.
* gnu/packages/python-check.scm (python-icontract) [native-inputs]:
Remove python-typeguard-4; add python-typeguard.
* gnu/packages/python-science.scm (python-pandera) [propagated-inputs]:
Remove python-typeguard-4; add python-typeguard.

Change-Id: Ie20deee06629452c804fa6f62b1bd1f67038bc86
This commit is contained in:
Sharlatan Hellseher 2024-11-22 18:30:25 +00:00
parent b0b7fc0484
commit e5a6faeb12
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 2 additions and 22 deletions

View file

@ -412,7 +412,7 @@ nosetests, etc...) in Python projects.")
python-mypy
python-numpy
python-setuptools
python-typeguard-4))
python-typeguard))
(propagated-inputs
(list python-asttokens
python-typing-extensions))