python313Packages.odc-stac: adjust build-system

- add missing dependency

Changed files
+5 -7
pkgs
development
python-modules
odc-stac
+5 -7
pkgs/development/python-modules/odc-stac/default.nix
···
fetchFromGitHub,
# build-system
-
hatchling,
+
flit-core,
# dependencies
affine,
···
pystac,
rasterio,
toolz,
+
typing-extensions,
xarray,
# optional-dependencies
···
hash = "sha256-Ekyavcin13B4DAxv0/XG5QTBuLE7PRospAXe40fHeX0=";
};
-
build-system = [
-
hatchling
-
];
+
build-system = [ flit-core ];
dependencies = [
affine
···
pystac
rasterio
toolz
+
typing-extensions
xarray
];
···
"test_output_geobox"
];
-
pythonImportsCheck = [
-
"odc.stac"
-
];
+
pythonImportsCheck = [ "odc.stac" ];
meta = {
description = "Load STAC items into xarray Datasets";