guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 64d02c99c0ca6962aba2403c0156507868805ea7
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 12 01:06:57 2026 +0100

    gnu: python-mkdocs: Fix build on python-3.12.
    
    * gnu/packages/python-xyz.scm (python-mkdocs)[native-inputs]: Add
    python-setuptools.
    
    Change-Id: Idafcee25dd899cbe8c52479d9270cf287582b4f0
    Reviewed-by: Hugo Buddelmeijer <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a969b4dce5..070e6c2dcf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3498,7 +3498,8 @@ that best match text queries.")
       #:test-flags
       #~(list "discover" "-p" "*tests.py" "mkdocs" "--top-level-directory" 
".")))
     (native-inputs
-     (list python-hatchling))
+     (list python-hatchling
+           python-setuptools))
     (propagated-inputs
      (list python-click
            python-ghp-import

Reply via email to