gnu: python-audioread: Remove python-tox from closure.

* gnu/packages/mp3.scm (python-audioread)[native-inputs]: Remove
python-tox.

Change-Id: I3df5f97440ad3d24cf52e668e27bd199f07b85f7
This commit is contained in:
Sharlatan Hellseher 2025-09-21 10:37:43 +01:00
parent 7f7bd7b21a
commit 7e8c6401a1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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