[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: python-docstring-to-markdown: Adjust inputs.
From: |
guix-commits |
Subject: |
01/07: gnu: python-docstring-to-markdown: Adjust inputs. |
Date: |
Wed, 6 Nov 2024 12:14:47 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ffb72404923e2d38a9abb2f1b2bb0dd181def693
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 20:38:51 2024 +0000
gnu: python-docstring-to-markdown: Adjust inputs.
* gnu/packages/python-xyz.scm (python-docstring-to-markdown)
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ib5c6b9ec846c76083d3adeda7c1f496fe8569aa7
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a86d52866e..4fc9cd6741 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1574,7 +1574,9 @@ variables into the markdown template")
(native-inputs
(list python-pytest
python-pytest-cov
- python-pytest-flake8))
+ python-pytest-flake8
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/python-lsp/docstring-to-markdown")
(synopsis "On the fly conversion of Python docstrings to markdown")
(description
- branch python-team updated (4f4d355dfd -> 092994b1a6), guix-commits, 2024/11/06
- 02/07: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/06
- 01/07: gnu: python-docstring-to-markdown: Adjust inputs.,
guix-commits <=
- 05/07: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/06
- 03/07: gnu: Add python-pytest-html., guix-commits, 2024/11/06
- 04/07: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/06
- 06/07: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/06
- 07/07: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/06