diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 12:22:35 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:50 +0100 |
commit | 422bd20e91358c5e5df447d5da8a01766c218e8b (patch) | |
tree | 220dad24070f8a49dd23478cffd1c7875d560f24 /gnu/packages/python-xyz.scm | |
parent | 6457414266df318b159d9cf7213a7a19ca682660 (diff) |
gnu: python-types-dateutil: Fix build.
* gnu/packages/python-xyz.scm (python-types-dateutil)[native-inputs]: Add
python-wheel.
Change-Id: I0d8c23960d3be8c30741c82632db00b63a4074c0
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5feaac5273..eceb7efbf3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37770,7 +37770,7 @@ async I/O support.") (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; no tests (native-inputs - (list python-pytest python-setuptools)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for python-dateutil") (description |