python3Packages.sudachipy: disable with python 3.14+
This commit is contained in:
committed by
Martin Weinelt
parent
3502451e32
commit
7d4a2f6379
@@ -9,6 +9,7 @@
|
||||
sudachi-rs,
|
||||
setuptools-rust,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
sudachidict-core,
|
||||
tokenizers,
|
||||
sudachipy,
|
||||
@@ -19,6 +20,8 @@ buildPythonPackage rec {
|
||||
pname = "sudachipy";
|
||||
inherit (sudachi-rs) src version;
|
||||
|
||||
disabled = pythonAtLeast "3.14"; # The pyo3 version used does not support 3.14+
|
||||
|
||||
patches = sudachi-rs.cargoPatches;
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
|
||||
Reference in New Issue
Block a user