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,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
python,
|
||||
proj,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
substituteAll,
|
||||
cython,
|
||||
pytestCheckHook,
|
||||
mock,
|
||||
|
||||
certifi,
|
||||
cython,
|
||||
mock,
|
||||
numpy,
|
||||
shapely,
|
||||
pandas,
|
||||
proj,
|
||||
shapely,
|
||||
xarray,
|
||||
}:
|
||||
|
||||
@ -51,11 +51,11 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ certifi ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
mock
|
||||
numpy
|
||||
shapely
|
||||
pandas
|
||||
pytestCheckHook
|
||||
shapely
|
||||
xarray
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user