This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8fb1ccf129 gnu: python-pyvcf3: Fix tests.
8fb1ccf129 is described below

commit 8fb1ccf1290aaef0fc9b08eed00d53ac430f2489
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Oct 1 17:02:30 2025 +0100

    gnu: python-pyvcf3: Fix tests.
    
    * gnu/packages/bioinformatics.scm (python-pyvcf3)[native-inputs]:
    Remove python-wheel; add python-pytest.
    
    Change-Id: I7ff63f2b6a19662570a76fd597f8741e32218c3b
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9ba3e900a0..0e80c7eb20 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -24278,7 +24278,7 @@ for the analysis and visualization of raw nanopore 
signal.")
           (base32 "0i4j5bq5q32q216ja7yvg0mpww5j0b9p8ky5bya4d31wqmygal8z"))))
       (build-system pyproject-build-system)
       (propagated-inputs (list python-setuptools))
-      (native-inputs (list python-setuptools python-wheel))
+      (native-inputs (list python-pytest python-setuptools))
       (home-page "https://github.com/dridk/PyVCF3";)
       (synopsis "Variant Call Format parser for Python")
       (description "This package provides a @acronym{VCF,Variant Call Format}

Reply via email to