Commit e90f96d2 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python312Packages.bx-python: add missing dep, unbreak

parent 20b4d001
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  fetchFromGitHub,
  buildPythonPackage,
  numpy,
  pyparsing,
  cython,
  zlib,
  python-lzo,
@@ -37,7 +38,10 @@ buildPythonPackage rec {

  buildInputs = [ zlib ];

  dependencies = [ numpy ];
  dependencies = [
    numpy
    pyparsing
  ];

  nativeCheckInputs = [
    python-lzo