From b0d88d259485cc013577a61f13a796a3e9f01899 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 29 Nov 2025 21:14:57 +0100 Subject: [PATCH] gnu: python-traittypes: Replace python-nose by python-pynose. * gnu/packages/python-science.scm (python-traittypes)[native-inputs]: Replace python-nose by python-pynose. Remove python-wheel. Change-Id: Ia90b2d1311026af1bfee295cc5db3c0cac392932 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 8f4205587a4e5bdecb8bff5adc07faef4a97c42c..cb3cd28958faefffedd1c48d916350a056d9ad04 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3832,11 +3832,10 @@ of regular expressions from text data and automatic test generation.") (native-inputs (list python-numpy python-pandas - python-nose + python-pynose python-pytest python-setuptools - python-xarray - python-wheel)) + python-xarray)) (home-page "https://github.com/jupyter-widgets/traittypes") (synopsis "Trait types for NumPy, SciPy and friends") (description "The goal of this package is to provide a reference