~ruther/guix-local

ee17fdfe42daab9ef7849a2d204fc69179daf1bf — Vinicius Monego 3 years ago 952a0ce
gnu: python-typeguard: Add dependency on python-setuptools-scm.

* gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add
python-setuptools-scm.
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -2
@@ 24125,8 24125,10 @@ based on the CPython 2.7 and 3.7 parsers.")
                        ;; XXX: These fail when installed as a library:
                        ;; https://github.com/agronholm/typeguard/issues/176
                        "not usefixtures and not test_cached_module")))))))
    (native-inputs
     (list python-mypy python-pytest python-typing-extensions))
    (native-inputs (list python-mypy
                         python-pytest
                         python-setuptools-scm
                         python-typing-extensions))
    (home-page "https://github.com/agronholm/typeguard")
    (synopsis "Run-time type checker for Python")
    (description