mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python3Packages.pyproj: alphabetical re-ordering of function parameters
(cherry picked from commit 428940aa9a
)
This commit is contained in:
parent
027329f5d3
commit
8e2f5bb604
@ -3,17 +3,17 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
python,
|
pytestCheckHook,
|
||||||
proj,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
substituteAll,
|
substituteAll,
|
||||||
cython,
|
|
||||||
pytestCheckHook,
|
|
||||||
mock,
|
|
||||||
certifi,
|
certifi,
|
||||||
|
cython,
|
||||||
|
mock,
|
||||||
numpy,
|
numpy,
|
||||||
shapely,
|
|
||||||
pandas,
|
pandas,
|
||||||
|
proj,
|
||||||
|
shapely,
|
||||||
xarray,
|
xarray,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -51,11 +51,11 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ certifi ];
|
propagatedBuildInputs = [ certifi ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
|
||||||
mock
|
mock
|
||||||
numpy
|
numpy
|
||||||
shapely
|
|
||||||
pandas
|
pandas
|
||||||
|
pytestCheckHook
|
||||||
|
shapely
|
||||||
xarray
|
xarray
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user