gnu: Fix build of python-velocyto.

* gnu/packages/bioinformatics.scm (python-velocyto): Add python-joblib to
  native-inputs to make the test suite run succesfully.
This commit is contained in:
Roel Janssen 2020-03-09 14:34:41 +01:00
parent fb29d7d70c
commit c0f6446579
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -14453,6 +14453,8 @@ (define-public python-velocyto
(base32
"0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))))
(build-system python-build-system)
(native-inputs
`(("python-joblib" ,python-joblib)))
(propagated-inputs
`(("python-click" ,python-click)
("python-cython" ,python-cython)