[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
- 328/361: gnu: python-hatchling: Update to 1.26.1., (continued)
- 328/361: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/22
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/22
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/22
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/22
- 104/361: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/22
- 127/361: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/22
- 160/361: gnu: dynaconf: Improve package style., guix-commits, 2024/11/22
- 217/361: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/22
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/22
- 231/361: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/22
- 235/361: gnu: python-lazy-loader: Adjust inputs.,
guix-commits <=
- 228/361: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/22
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/22
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/22
- 241/361: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/22
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/22
- 240/361: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/22
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/22
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/22
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/22
- 253/361: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/22