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

This commit is contained in:
Weijia Wang
2024-11-09 01:09:53 +01:00
committed by GitHub
@@ -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