rekado pushed a commit to branch master
in repository guix.
commit 95b390b774a8be3c08a80911935e55a99741a044
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Tue Jan 14 10:38:55 2025 +0800
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 012dd003b6..9021f0733f 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")