guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: python-werkzeug: Fix build.


From: guix-commits
Subject: 08/11: gnu: python-werkzeug: Fix build.
Date: Fri, 20 Dec 2024 20:28:40 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 70dc4f32c2140f1a8a1f3ee81a819046b9e26a34
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Sat Dec 21 00:17:46 2024 +0100

    gnu: python-werkzeug: Fix build.
    
    * gnu/packages/python-web.scm (python-werkzeug)[native-inputs]: Add
    python-setuptools, python-wheel.
    
    Change-Id: Ib962442b316827e944a1566bea3bc68d7c4b083d
---
 gnu/packages/python-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index abf088b700..d20312c267 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5695,7 +5695,8 @@ addon modules.")
     (propagated-inputs
      (list python-requests))
     (native-inputs
-     (list python-pytest python-pytest-timeout))))
+     (list python-pytest python-pytest-timeout python-setuptools
+           python-wheel))))
 
 (define-public python-bottle
   (package



reply via email to

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