guix-commits
[Top][All Lists]
Advanced

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

235/361: gnu: python-lazy-loader: Adjust inputs.


From: guix-commits
Subject: 235/361: gnu: python-lazy-loader: Adjust inputs.
Date: Fri, 22 Nov 2024 06:00:48 -0500 (EST)

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

commit 81aed9aad9f8f559873967b41035e425a18a4815
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 13:10:55 2024 +0000

    gnu: python-lazy-loader: Adjust inputs.
    
    * gnu/packages/python-xyz.scm (python-lazy-loader) [propagated-inputs]:
    Add python-setuptools and python-wheel.
    
    Change-Id: Ib74964fffd85124b926b664758d25a7c37bf1fff
---
 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 f1f76e82c6..9c55b92e40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22254,7 +22254,9 @@ inspection of types defined in the Python standard 
typing module.")
     (native-inputs
      (list python-numpy python-pytest python-setuptools))
     (propagated-inputs
-     (list python-flit-core))
+     (list python-flit-core
+           python-setuptools
+           python-wheel))
     (home-page "https://scientific-python.org/specs/spec-0001/";)
     (synopsis "Load subpackages and functions on demand")
     (description "@code{python-lazy-loader} makes it easy to load subpackages



reply via email to

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