diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-17 11:13:39 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 13:16:22 +0100 |
| commit | c0c3fd80155a4361435bc0d4a8f9d4caf3ebabb0 (patch) | |
| tree | a04a9105b851ebad5daefaf343cb45442bd8debf /gnu/packages/databases.scm | |
| parent | 1bc4063e2b34118bf9bdc14121d825f4d24e24e0 (diff) | |
gnu: python-sqlite-anyio: Correct native-inputs.
* gnu/packages/databases.scm (python-sqlite-anyio)
[arguments]: Drop them.
[native-inputs]: Replace python-poetry-core by python-uv-build.
Relates-to: guix/guix!10610
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index ce26f1d1c14..b256784a4b2 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -98,6 +98,7 @@ | |||
| 98 | #:use-module (gnu packages bash) | 98 | #:use-module (gnu packages bash) |
| 99 | #:use-module (gnu packages bison) | 99 | #:use-module (gnu packages bison) |
| 100 | #:use-module (gnu packages boost) | 100 | #:use-module (gnu packages boost) |
| 101 | #:use-module (gnu packages build-tools) | ||
| 101 | #:use-module (gnu packages dns) | 102 | #:use-module (gnu packages dns) |
| 102 | #:use-module (gnu packages nss) | 103 | #:use-module (gnu packages nss) |
| 103 | #:use-module (gnu packages check) | 104 | #:use-module (gnu packages check) |
| @@ -978,11 +979,8 @@ auto-completion and syntax highlighting.") | |||
| 978 | (sha256 | 979 | (sha256 |
| 979 | (base32 "075fnrrwzn9xc2clkcsyfycjc870khcwnpdg4g726qwl44pfzy2a")))) | 980 | (base32 "075fnrrwzn9xc2clkcsyfycjc870khcwnpdg4g726qwl44pfzy2a")))) |
| 980 | (build-system pyproject-build-system) | 981 | (build-system pyproject-build-system) |
| 981 | (arguments | ||
| 982 | (list | ||
| 983 | #:build-backend "poetry.core.masonry.api")) ;XXX: python-uv-build is required | ||
| 984 | (propagated-inputs (list python-anyio python-typing-extensions)) | 982 | (propagated-inputs (list python-anyio python-typing-extensions)) |
| 985 | (native-inputs (list python-poetry-core python-pytest)) | 983 | (native-inputs (list python-pytest python-uv-build)) |
| 986 | (home-page "https://github.com/davidbrochart/sqlite-anyio") | 984 | (home-page "https://github.com/davidbrochart/sqlite-anyio") |
| 987 | (synopsis "Asynchronous client for SQLite using AnyIO") | 985 | (synopsis "Asynchronous client for SQLite using AnyIO") |
| 988 | (description "This package provides an asynchronous client for SQLite | 986 | (description "This package provides an asynchronous client for SQLite |
