mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pymysql: Propagate python-cryptography.
* gnu/packages/databases.scm (python-pymysql) [inputs]: Swap to [propagated-inputs]. [propagated-inputs]: Add python-pynacl (mycli, sqlcrush): Remove propagated python-cryptography. Change-Id: I40ee51087cd14cb98bd2390095fa9f6f0d144b47
This commit is contained in:
parent
5000c417c0
commit
b06a460bf5
1 changed files with 3 additions and 5 deletions
|
@ -854,7 +854,6 @@ (define-public mycli
|
|||
(list python-cli-helpers
|
||||
python-click
|
||||
python-configobj
|
||||
python-cryptography
|
||||
python-prompt-toolkit
|
||||
python-pyaes
|
||||
python-pygments
|
||||
|
@ -1624,8 +1623,8 @@ (define-public python-pymysql
|
|||
(sha256
|
||||
(base32 "1l2cj0ps96g3bblvhdszgyjv9bi405bxrx0bqq1p8h9bmwd629z1"))))
|
||||
(build-system pyproject-build-system)
|
||||
(inputs
|
||||
(list python-cryptography))
|
||||
(propagated-inputs
|
||||
(list python-cryptography python-pynacl))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; tests expect a running MySQL
|
||||
(home-page "https://github.com/PyMySQL/PyMySQL/")
|
||||
|
@ -1987,8 +1986,7 @@ (define-public sqlcrush
|
|||
"0x2q4m9ryw68kifalnm3x4bv9v2xrc2ffsiap8m9wnw6lf1h05la"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list python-cryptography python-psycopg2 python-pymysql
|
||||
python-sqlalchemy))
|
||||
(list python-psycopg2 python-pymysql python-sqlalchemy))
|
||||
(home-page "https://github.com/coffeeandscripts/sqlcrush")
|
||||
(synopsis "Text console-based database viewer and editor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue