guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]