diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-23 11:52:14 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-23 13:29:25 +0100 |
| commit | 92a42de58574aa34dcb629e119830a861a147e69 (patch) | |
| tree | 59640dd714a77cbd888a40953badd4792575e5de /gnu/packages/python-science.scm | |
| parent | 0aef1c51e472920e3a7a99bbd1d63b2a5c92fae9 (diff) | |
gnu: python-pyvistaqt: Fix tests.
* gnu/packages/python-science.scm (python-pyvistaqt)[native-inputs]:
Add python-pyqt-6.
Change-Id: I9c1d29224109a97db47f4ce27d7ba9a98f650625
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1f7d78edf68..12a0dc7d20b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5465,6 +5465,7 @@ visual integration of spatially referenced datasets.") (native-inputs (list python-ipython python-matplotlib python-numpy + python-pyqt-6 python-pytest python-pytest-cov python-pytest-qt |
