mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.bx-python: add missing dep, unbreak (#354454)
This commit is contained in:
commit
51e6140af1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user