diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-16 14:31:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:14 +0100 |
| commit | ea9d2d5b84be4df81dd48d3da4cbcdbb4db82a41 (patch) | |
| tree | c464963e8a748604f36ba1578f60a0dc92ee727d /gnu/packages/duckdb.scm | |
| parent | 212b01cdafddecb765daecd09e1db36451b5f8be (diff) | |
gnu: python-duckdb: Fix tests.
* gnu/packages/duckdb.scm (python-duckdb):
[native-inputs]: Remove pybind11; add python-pytz, and tzdata-for-tests.
Change-Id: I90878f7f573a145486ea4e367ccce6f8e93bc1f3
Diffstat (limited to 'gnu/packages/duckdb.scm')
| -rw-r--r-- | gnu/packages/duckdb.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/duckdb.scm b/gnu/packages/duckdb.scm index 1dfee44c678..4a3edf99f21 100644 --- a/gnu/packages/duckdb.scm +++ b/gnu/packages/duckdb.scm | |||
| @@ -40,7 +40,8 @@ | |||
| 40 | #:use-module (gnu packages python-build) | 40 | #:use-module (gnu packages python-build) |
| 41 | #:use-module (gnu packages python-science) | 41 | #:use-module (gnu packages python-science) |
| 42 | #:use-module (gnu packages python-xyz) | 42 | #:use-module (gnu packages python-xyz) |
| 43 | #:use-module (gnu packages statistics)) | 43 | #:use-module (gnu packages statistics) |
| 44 | #:use-module (gnu packages time)) | ||
| 44 | 45 | ||
| 45 | ;;; Commentary: | 46 | ;;; Commentary: |
| 46 | ;;; | 47 | ;;; |
| @@ -130,10 +131,11 @@ single-file databases with support for secondary indexes.") | |||
| 130 | (native-inputs | 131 | (native-inputs |
| 131 | (list duckdb | 132 | (list duckdb |
| 132 | ninja | 133 | ninja |
| 133 | pybind11 | ||
| 134 | python-pytest | 134 | python-pytest |
| 135 | python-pytz | ||
| 135 | python-scikit-build-core | 136 | python-scikit-build-core |
| 136 | python-setuptools-scm)) | 137 | python-setuptools-scm |
| 138 | tzdata-for-tests)) | ||
| 137 | (propagated-inputs | 139 | (propagated-inputs |
| 138 | (list python-adbc-driver-manager | 140 | (list python-adbc-driver-manager |
| 139 | python-fsspec | 141 | python-fsspec |
