Merge pull request #68727 from d-goldin/fix_networkx_missing_dep
networkx: fixing undeclared dependency
This commit is contained in:
commit
280386382e
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, nose
|
||||
, decorator
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
propagatedBuildInputs = [ decorator ];
|
||||
propagatedBuildInputs = [ decorator setuptools ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://networkx.github.io/";
|
||||
|
Loading…
Reference in New Issue
Block a user