python312Packages.bx-python: add missing dep, unbreak

This commit is contained in:
Peder Bergebakken Sundt
2024-11-08 11:49:46 +01:00
parent 20b4d001cb
commit e90f96d2fa
@@ -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