mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-aiosqlite: Correct package.
* gnu/packages/databases.scm (python-aiosqlite) [native-inputs]: Add python-packaging due to sanity-check change. [propagated-inputs]: Add forgotten python-typing-extensions. Change-Id: Ib9422597a7758d017d4c1f193551db96791e9e5f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
99faaf5492
commit
dc5591cf22
1 changed files with 2 additions and 2 deletions
|
|
@ -4627,8 +4627,8 @@ into Python.")
|
|||
(sha256
|
||||
(base32 "1njzxi130bbix53wl0gcsvryk1b2cazq0s2701jbkf6nvr3ywpyy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-flit-core))
|
||||
(native-inputs (list python-flit-core python-packaging))
|
||||
(propagated-inputs (list python-typing-extensions))
|
||||
(home-page "https://github.com/jreese/aiosqlite")
|
||||
(synopsis "Asyncio bridge for sqlite3")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue