summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
author宋文武 <[email protected]>2025-01-14 10:38:55 +0800
committerRicardo Wurmus <[email protected]>2025-01-20 21:37:49 +0100
commit95b390b774a8be3c08a80911935e55a99741a044 (patch)
tree914fe28018d674fdaeb7e517004bd730d18c4a6b /gnu/packages/python-web.scm
parent9b73be7551a89862d74e085e4c3df6ac099f2b1e (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
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")