gnu: python-deeptoolsintervals: Switch to pyproject. * gnu/packages/bioinformatics.scm (python-deeptoolsintervals): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest and python-setuptools. Change-Id: I2f95aa4f526f879d9407d7625834f389e384bc39
1 files changed, 9 insertions(+), 1 deletions(-) M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +9 -1
@@ 6447,7 6447,15 @@ files. The code was previously part of the cutadapt tool.") (sha256 (base32 "1xnl80nblysj6dylj4683wgrfa425rkx4dp5k65hvwdns9pw753x")))) (build-system python-build-system) (build-system pyproject-build-system) (arguments (list #:test-flags #~(list "--pyargs" "deeptoolsintervals" "--doctest-modules"))) (native-inputs (list python-pytest python-setuptools)) (inputs (list zlib)) (home-page "https://github.com/deeptools/deeptools_intervals")