python3Packages.rustworkx: properly add numpy as a dependency (#426921)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
cargo,
|
||||
@@ -10,9 +11,6 @@
|
||||
fixtures,
|
||||
networkx,
|
||||
testtools,
|
||||
libiconv,
|
||||
stdenv,
|
||||
lib,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
@@ -44,7 +42,7 @@ buildPythonPackage rec {
|
||||
setuptools-rust
|
||||
];
|
||||
|
||||
buildInputs = [ numpy ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];
|
||||
dependencies = [ numpy ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
fixtures
|
||||
|
||||
Reference in New Issue
Block a user