mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyowm: Fix build.
* gnu/packages/python-web.scm (python-pyowm)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib48705555d0fe23117f49c6d10862bf65608e4c9
This commit is contained in:
parent
d3b986aa41
commit
2b311b24e6
1 changed files with 1 additions and 1 deletions
|
@ -7698,7 +7698,7 @@ changed the process is restarted.")
|
|||
"1ha4pp96y3jk33qnyir5851cnj4dc06q6wqn1b0w54l3fsds28vi"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:test-flags #~(list "tests/unit")))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-geojson-for-pyowm
|
||||
python-pysocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue