Commit 428940aa authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.pyproj: alphabetical re-ordering of function parameters

parent 6f04c3a0
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3,17 +3,17 @@
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  python,
  proj,
  pytestCheckHook,
  pythonOlder,
  substituteAll,

  certifi,
  cython,
  pytestCheckHook,
  mock,
  certifi,
  numpy,
  shapely,
  pandas,
  proj,
  shapely,
  xarray,
}:

@@ -51,11 +51,11 @@ buildPythonPackage rec {
  propagatedBuildInputs = [ certifi ];

  nativeCheckInputs = [
    pytestCheckHook
    mock
    numpy
    shapely
    pandas
    pytestCheckHook
    shapely
    xarray
  ];