Skip to content

Commit 0adec5a

Browse files
sakirrcursoragent
andcommitted
temporal: add utils to Makefile MODULES list
Without this, utils.py is not installed during build, causing ModuleNotFoundError for grass.temporal.utils across all temporal ops. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6c111d2 commit 0adec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/grass/temporal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GDIR = $(PYDIR)/grass
88
DSTDIR = $(GDIR)/temporal
99
DSTDIRPLY = $(DSTDIR)/ply
1010

11-
MODULES = ply/__init__ ply/lex ply/yacc base core abstract_dataset abstract_map_dataset abstract_space_time_dataset space_time_datasets open_stds factory gui_support list_stds register sampling metadata spatial_extent temporal_extent datetime_math temporal_granularity spatio_temporal_relationships unit_tests aggregation stds_export stds_import extract mapcalc univar_statistics temporal_topology_dataset_connector spatial_topology_dataset_connector c_libraries_interface temporal_algebra temporal_vector_algebra temporal_raster_base_algebra temporal_raster_algebra temporal_raster3d_algebra temporal_operator
11+
MODULES = ply/__init__ ply/lex ply/yacc base core abstract_dataset abstract_map_dataset abstract_space_time_dataset space_time_datasets open_stds factory gui_support list_stds register sampling metadata spatial_extent temporal_extent datetime_math temporal_granularity spatio_temporal_relationships unit_tests aggregation stds_export stds_import extract mapcalc univar_statistics temporal_topology_dataset_connector spatial_topology_dataset_connector c_libraries_interface temporal_algebra temporal_vector_algebra temporal_raster_base_algebra temporal_raster_algebra temporal_raster3d_algebra temporal_operator utils
1212

1313
CLEAN_SUBDIRS = ply
1414

0 commit comments

Comments
 (0)