mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
0c57b542c0
commit
8e5905025b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue