all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63980] [PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm.
@ 2023-06-09 15:52 Vinicius Monego
  2023-07-01 21:25 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Vinicius Monego @ 2023-06-09 15:52 UTC (permalink / raw)
  To: 63980; +Cc: Vinicius Monego

* gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add
python-setuptools-scm.
---
This is required to report the correct version.

 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d5128911f..351e199e57 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23453,8 +23453,10 @@ (define-public python-typeguard
                         ;; 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
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-09-17 11:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 15:52 [bug#63980] [PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm Vinicius Monego
2023-07-01 21:25 ` Ludovic Courtès
2023-07-02  9:45   ` Christopher Baines
2023-07-29 18:53     ` Vinicius Monego
2023-09-08 21:51       ` Ludovic Courtès
2023-09-17 11:29         ` bug#63980: " Vinicius Monego

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.