diff --git a/influxdb3_server/Cargo.toml b/influxdb3_server/Cargo.toml index a0a26b37a8d..c31337c6e5b 100644 --- a/influxdb3_server/Cargo.toml +++ b/influxdb3_server/Cargo.toml @@ -85,7 +85,7 @@ features = ["auto-initialize"] optional = true [features] -system-py = ["pyo3"] +system-py = ["pyo3", "influxdb3_processing_engine/system-py"] [dev-dependencies] # Core Crates