Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cargo.toml: make python optional but default.
Python support provided by pyo3 requires linking against python >= 3.6. Building retis on distros with older python versions would fail. In order to work around this issues, make python an optional dependency but enable it by default. On non-supported distros, CARGO_CMD_OPTS="--no-default-features" can be used to build without python support. Signed-off-by: Adrian Moreno <[email protected]>
- Loading branch information