guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit edab032c3991df279debdbd4ab9ade4bac16fc13
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 10:37:43 2025 +0100

    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 7853f849e4..2018424c7d 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

Reply via email to