mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
16 lines
273 B
Diff
16 lines
273 B
Diff
--- a/python/setup.cfg
|
|
+++ b/python/setup.cfg
|
|
@@ -37,3 +37,13 @@
|
|
|
|
[flake8]
|
|
max-line-length = 88
|
|
+
|
|
+[build_ext]
|
|
+cmake_generator = Ninja
|
|
+with_acero = on
|
|
+with_dataset = on
|
|
+with_flight = on
|
|
+with_hdfs = on
|
|
+with_orc = on
|
|
+with_parquet = on
|
|
+with_parquet_encryption = on
|