From 7e8c6401a12378b25cea492775bc3d5b48cd73f3 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 21 Sep 2025 10:37:43 +0100 Subject: [PATCH] gnu: python-audioread: Remove python-tox from closure. * gnu/packages/mp3.scm (python-audioread)[native-inputs]: Remove python-tox. Change-Id: I3df5f97440ad3d24cf52e668e27bd199f07b85f7 --- gnu/packages/mp3.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 7853f849e40..2018424c7d1 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -696,8 +696,7 @@ is to provide an accurate identifier for record tracks.") (list gstreamer gst-plugins-base python-flit-core - python-pytest - python-tox)) + python-pytest)) (home-page "https://github.com/sampsyo/audioread") (synopsis "Decode audio files using whichever backend is available") (description