diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c5d1a3449..98c2688ca6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22361,7 +22361,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 |
