Commit f5e7229e authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.shapely: replace propagatedBuildInputs with dependencies

parent 653fc0a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ buildPythonPackage rec {

  buildInputs = [ geos ];

  propagatedBuildInputs = [ numpy ];
  dependencies = [ numpy ];

  nativeCheckInputs = [ pytestCheckHook ];