diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-19 00:32:59 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-17 21:03:13 +0100 |
| commit | 973dea10e254b576ae64ec8a3d01e6aa2f6e6186 (patch) | |
| tree | 4f08b784db8faa90aa4229e67e521f6901cb16e0 /gnu/packages/python-xyz.scm | |
| parent | db3e51169c33f23639e2372cb1bff226760f1d57 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5ab5806fae..c15f4727af 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 |
