1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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 <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-12 01:06:57 +01:00
committed by Sharlatan Hellseher
parent a8dc301e56
commit 64d02c99c0
+2 -1
View File
@@ -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