gnu: python-pymysql: Adjust inputs.

* gnu/packages/databases.scm (python-pymysql) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I56bdbb7f182308fc63a85f3f1868bc245597725d
This commit is contained in:
Sharlatan Hellseher 2024-11-06 23:14:00 +00:00
parent 0c57b542c0
commit 8e5905025b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1690,6 +1690,8 @@ CSV, DB3, iXF, SQLite, MS-SQL or MySQL to PostgreSQL.")
(sha256
(base32 "1l2cj0ps96g3bblvhdszgyjv9bi405bxrx0bqq1p8h9bmwd629z1"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools python-wheel))
(propagated-inputs
(list python-cryptography python-pynacl))
(arguments