pythonPackages.rasterio: add setuptools
This commit is contained in:
parent
259d347ad3
commit
25803ddc86
@ -1,5 +1,5 @@
|
|||||||
{ buildPythonPackage, lib, fetchFromGitHub, isPy3k
|
{ buildPythonPackage, lib, fetchFromGitHub, isPy3k
|
||||||
, cython
|
, cython, setuptools
|
||||||
, numpy, affine, attrs, cligj, click-plugins, snuggs, gdal
|
, numpy, affine, attrs, cligj, click-plugins, snuggs, gdal
|
||||||
, pytest, pytestcov, packaging, hypothesis, boto3, mock
|
, pytest, pytestcov, packaging, hypothesis, boto3, mock
|
||||||
}:
|
}:
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ] ++ lib.optional (!isPy3k) mock;
|
checkInputs = [ boto3 pytest pytestcov packaging hypothesis ] ++ lib.optional (!isPy3k) mock;
|
||||||
nativeBuildInputs = [ cython gdal ];
|
nativeBuildInputs = [ cython gdal ];
|
||||||
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs ];
|
propagatedBuildInputs = [ gdal numpy attrs affine cligj click-plugins snuggs setuptools ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python package to read and write geospatial raster data";
|
description = "Python package to read and write geospatial raster data";
|
||||||
|
Loading…
Reference in New Issue
Block a user