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
This commit is contained in:
宋文武 2025-01-14 10:38:55 +08:00 committed by Ricardo Wurmus
parent 9b73be7551
commit 95b390b774
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")