mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyvcf3: Fix tests.
* gnu/packages/bioinformatics.scm (python-pyvcf3)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I7ff63f2b6a19662570a76fd597f8741e32218c3b
This commit is contained in:
parent
fbbb2205fb
commit
8fb1ccf129
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue