guix-commits
[Top][All Lists]
Advanced

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

234/299: gnu: python-branca: Add missing inputs.


From: guix-commits
Subject: 234/299: gnu: python-branca: Add missing inputs.
Date: Mon, 13 Jan 2025 15:18:36 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 503197310de0be1bc60f17050ebcd7cb28944b2a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 21:55:16 2025 +0100

    gnu: python-branca: Add missing inputs.
    
    * gnu/packages/python-web.scm (python-branca)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I77b68bb762dcb337cd6c776817ab66b88927cc20
---
 gnu/packages/python-web.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 233b098ce1..076849fc3a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6591,7 +6591,12 @@ library to create slugs from unicode strings while 
keeping it DRY.")
                    (setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
                            #$(package-version this-package)))))))
     (propagated-inputs (list python-jinja2))
-    (native-inputs (list python-numpy python-pytest python-setuptools-scm))
+    (native-inputs
+     (list python-numpy
+           python-pytest
+           python-setuptools
+           python-setuptools-scm
+           python-wheel))
     (home-page "https://github.com/python-visualization/branca";)
     (synopsis "Generate complex HTML+JS pages with Python")
     (description "This library is a spinoff from @code{folium} that would host



reply via email to

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