gnu: python-typeguard: Add dependency on python-setuptools-scm.
* gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add python-setuptools-scm.
This commit is contained in:
parent
952a0ce280
commit
ee17fdfe42
@ -24125,8 +24125,10 @@ based on the CPython 2.7 and 3.7 parsers.")
|
|||||||
;; XXX: These fail when installed as a library:
|
;; XXX: These fail when installed as a library:
|
||||||
;; https://github.com/agronholm/typeguard/issues/176
|
;; https://github.com/agronholm/typeguard/issues/176
|
||||||
"not usefixtures and not test_cached_module")))))))
|
"not usefixtures and not test_cached_module")))))))
|
||||||
(native-inputs
|
(native-inputs (list python-mypy
|
||||||
(list python-mypy python-pytest python-typing-extensions))
|
python-pytest
|
||||||
|
python-setuptools-scm
|
||||||
|
python-typing-extensions))
|
||||||
(home-page "https://github.com/agronholm/typeguard")
|
(home-page "https://github.com/agronholm/typeguard")
|
||||||
(synopsis "Run-time type checker for Python")
|
(synopsis "Run-time type checker for Python")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user