From 70dc4f32c2140f1a8a1f3ee81a819046b9e26a34 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 21 Dec 2024 00:17:46 +0100 Subject: gnu: python-werkzeug: Fix build. * gnu/packages/python-web.scm (python-werkzeug)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ib962442b316827e944a1566bea3bc68d7c4b083d --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index abf088b700..d20312c267 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5695,7 +5695,8 @@ addon modules.") (propagated-inputs (list python-requests)) (native-inputs - (list python-pytest python-pytest-timeout)))) + (list python-pytest python-pytest-timeout python-setuptools + python-wheel)))) (define-public python-bottle (package -- cgit v1.2.3