Unverified Commit 51e6140a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.bx-python: add missing dep, unbreak (#354454)

parents 8cccca1f e90f96d2
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