aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 75f0c3ef15..0e09381eea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10176,7 +10176,8 @@ Python code against some of the style conventions in
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-setuptools))
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-numpy
python-dateutil))