guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1dbfd12ce51491c751b05c9891f085bfc89b9571
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 14:31:24 2026 +0100
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
---
gnu/packages/duckdb.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/duckdb.scm b/gnu/packages/duckdb.scm
index 1dfee44c67..4a3edf99f2 100644
--- a/gnu/packages/duckdb.scm
+++ b/gnu/packages/duckdb.scm
@@ -40,7 +40,8 @@
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-science)
#:use-module (gnu packages python-xyz)
- #:use-module (gnu packages statistics))
+ #:use-module (gnu packages statistics)
+ #:use-module (gnu packages time))
;;; Commentary:
;;;
@@ -130,10 +131,11 @@ single-file databases with support for secondary
indexes.")
(native-inputs
(list duckdb
ninja
- pybind11
python-pytest
+ python-pytz
python-scikit-build-core
- python-setuptools-scm))
+ python-setuptools-scm
+ tzdata-for-tests))
(propagated-inputs
(list python-adbc-driver-manager
python-fsspec