diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-12 01:06:57 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-15 21:50:04 +0000 |
| commit | 64d02c99c0ca6962aba2403c0156507868805ea7 (patch) | |
| tree | c3f0a119f4678266281ecd71fdd2c2aa693e270b /gnu/packages/python-xyz.scm | |
| parent | a8dc301e563553fd7969f5c98cf8cfc810831f52 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a969b4dce51..070e6c2dcf0 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 |
