~ruther/guix-local

7e8c6401a12378b25cea492775bc3d5b48cd73f3 — Sharlatan Hellseher 8 months ago 7f7bd7b
gnu: python-audioread: Remove python-tox from closure.

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

Change-Id: I3df5f97440ad3d24cf52e668e27bd199f07b85f7
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/mp3.scm
M gnu/packages/mp3.scm => gnu/packages/mp3.scm +1 -2
@@ 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