mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 12:35:14 -06:00
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:
parent
8bc678722e
commit
356e0ce87f
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue