From 973dea10e254b576ae64ec8a3d01e6aa2f6e6186 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 19 Aug 2025 00:32:59 +0200 Subject: [PATCH] gnu: python-canmatrix: Remove python-pathlib2 native-input. * gnu/packages/python-xyz.scm (python-canmatrix)[native-inputs]: Remove python-pathlib2. Change-Id: Idad162c35dc6c36cf637f3991628c7caf57487d1 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5ab5806faeb..c15f4727af9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5103,8 +5103,7 @@ sending and receiving messages on a CAN bus.") (base32 "05l0hi279y1dc8ifm2223lpn7z9dx2h7kk599bkymvasb2qa1xrx")))) (build-system pyproject-build-system) (native-inputs - (list python-pathlib2 - python-pytest + (list python-pytest python-pytest-cov python-pytest-timeout python-setuptools