From 95b390b774a8be3c08a80911935e55a99741a044 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 10:38:55 +0800 Subject: [PATCH] gnu: python-wtforms-sqlalchemy: Fix build. * gnu/packages/python-web.scm (python-wtforms-sqlalchemy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie749474a95171250d6f0a975e7c7989b0ea7c292 --- 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 012dd003b61d0e1d5a12ee1e81af60acdeb6e6db..9021f0733f84ec2d82d8060c7244ed9f5e26f03c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6079,7 +6079,7 @@ available in Django, but is a standalone package.") (sha256 (base32 "1nx4x0ifanlbrzh3f9ns8ihnchlkzf54ilvqmgcgcz2j72vm43rp")))) (build-system pyproject-build-system) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-sqlalchemy python-wtforms)) (home-page "https://github.com/wtforms/wtforms-sqlalchemy/") (synopsis "SQLAlchemy tools for WTForms")