mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-types-dateutil: Fix build.
* gnu/packages/python-xyz.scm (python-types-dateutil)[native-inputs]: Add python-wheel. Change-Id: I0d8c23960d3be8c30741c82632db00b63a4074c0
This commit is contained in:
parent
6457414266
commit
422bd20e91
1 changed files with 1 additions and 1 deletions
|
@ -37770,7 +37770,7 @@ async I/O support.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-setuptools))
|
(list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/python/typeshed")
|
(home-page "https://github.com/python/typeshed")
|
||||||
(synopsis "Typing stubs for python-dateutil")
|
(synopsis "Typing stubs for python-dateutil")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue