gnu: python-sqlalchemy-2: Fix build.

* gnu/packages/databases.scm (python-sqlalchemy-2)[native-inputs]: Add
python-wheel.

Change-Id: Ie35026f3049f9103397979cc6d0b8b347584d92d
This commit is contained in:
Ian Eure 2024-12-15 09:56:26 -08:00 committed by Ricardo Wurmus
parent 8bc678722e
commit 356e0ce87f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3717,7 +3717,8 @@ simple and Pythonic domain language.")
(native-inputs
(list python-cython
python-pytest
python-setuptools))
python-setuptools
python-wheel))
(propagated-inputs
(list python-greenlet
python-typing-extensions))