guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-docutils-0.15: Add missing input.


From: guix-commits
Subject: 02/02: gnu: python-docutils-0.15: Add missing input.
Date: Thu, 27 Apr 2023 10:34:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 297805b1f83aa58ba9fc775c203373338aafd5ac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 27 16:32:47 2023 +0200

    gnu: python-docutils-0.15: Add missing input.
    
    * gnu/packages/python-xyz.scm (python-docutils-0.15)[native-inputs]: Add
    python-setuptools-57.
---
 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 16032ab754..e2d082091f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5098,7 +5098,9 @@ via commands such as @command{rst2man}, as well as 
supporting Python code.")
                (base32
                 "0ja8q6mdj6xv62jjw3phv8j5nfqi5x8hnfy4pqfcjcgz4b34k8sl"))))
     ;; tests contain Python 2 syntax.
-    (arguments '(#:tests? #false))))
+    (arguments '(#:tests? #false))
+    (native-inputs
+     (list python-setuptools-57))))
 
 (define-public python-docx
   (package



reply via email to

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