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
commit 51e6140af1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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