mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9b73be7551
commit
95b390b774
1 changed files with 1 additions and 1 deletions
|
@ -6079,7 +6079,7 @@ available in Django, but is a standalone package.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nx4x0ifanlbrzh3f9ns8ihnchlkzf54ilvqmgcgcz2j72vm43rp"))))
|
(base32 "1nx4x0ifanlbrzh3f9ns8ihnchlkzf54ilvqmgcgcz2j72vm43rp"))))
|
||||||
(build-system pyproject-build-system)
|
(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))
|
(propagated-inputs (list python-sqlalchemy python-wtforms))
|
||||||
(home-page "https://github.com/wtforms/wtforms-sqlalchemy/")
|
(home-page "https://github.com/wtforms/wtforms-sqlalchemy/")
|
||||||
(synopsis "SQLAlchemy tools for WTForms")
|
(synopsis "SQLAlchemy tools for WTForms")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue