pythonPackages.labelbox: Fix missing dependency
This commit is contained in:
parent
8eee1cbdb7
commit
4d34890348
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
, ndjson
|
||||
, backoff
|
||||
, google-api-core
|
||||
, backports-datetime-fromisoformat
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -22,12 +23,11 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
jinja2 requests pillow rasterio shapely ndjson backoff
|
||||
google-api-core
|
||||
google-api-core backports-datetime-fromisoformat
|
||||
];
|
||||
|
||||
# Test cases are not running on pypi or GitHub
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "labelbox" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue