From 2b311b24e69bd1cef03e6bbb3cb86b5c53548c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Jan 2025 16:25:57 +0800 Subject: [PATCH] gnu: python-pyowm: Fix build. * gnu/packages/python-web.scm (python-pyowm)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib48705555d0fe23117f49c6d10862bf65608e4c9 --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7dc130f6a19c54091aba0001b0c27e8ef920be54..7231307545bd1ca9428f43cef931f1b83dec99f5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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