guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-tldr: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-tldr: Fix build.
Date: Fri, 20 Dec 2024 22:56:46 -0500

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cf3f3dc056 gnu: python-tldr: Fix build.
cf3f3dc056 is described below

commit cf3f3dc056fcc91156ce5117dffd247d229003ba
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Dec 20 22:53:29 2024 -0500

    gnu: python-tldr: Fix build.
    
    * gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0
---
 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 0a17ecda3f..615dcc0b13 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28890,7 +28890,9 @@ Public Suffix List's private domains as well.")
     (native-inputs
      (list python-pytest
            python-pytest-runner
-           python-sphinx-argparse))
+           python-setuptools
+           python-sphinx-argparse
+           python-wheel))
     (propagated-inputs
      (list python-colorama
            python-termcolor



reply via email to

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