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:
Nicolas Graves 2025-11-02 02:02:49 +01:00 committed by Sharlatan Hellseher
parent 99faaf5492
commit dc5591cf22
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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