gnu: Fix build of python-velocyto.
authorRoel Janssen <roel@gnu.org>
Mon, 9 Mar 2020 13:34:41 +0000 (14:34 +0100)
committerRoel Janssen <roel@gnu.org>
Mon, 9 Mar 2020 13:34:41 +0000 (14:34 +0100)
* gnu/packages/bioinformatics.scm (python-velocyto): Add python-joblib to
  native-inputs to make the test suite run succesfully.

gnu/packages/bioinformatics.scm

index b5114fd..035a7bb 100644 (file)
@@ -14453,6 +14453,8 @@ repeated areas between contigs.")
         (base32
          "0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-joblib" ,python-joblib)))
     (propagated-inputs
      `(("python-click" ,python-click)
        ("python-cython" ,python-cython)