From 889664de808293a62c60d47b9ad818da0434f00d Mon Sep 17 00:00:00 2001 From: mc_fdc Date: Sat, 25 Nov 2023 11:55:25 +0900 Subject: [PATCH 1/2] manylinuxwo --- crates/voicevox_core_python_api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/voicevox_core_python_api/pyproject.toml b/crates/voicevox_core_python_api/pyproject.toml index 3164bc528..f08eabcf6 100644 --- a/crates/voicevox_core_python_api/pyproject.toml +++ b/crates/voicevox_core_python_api/pyproject.toml @@ -25,7 +25,7 @@ profile = "black" [tool.maturin] module-name = "voicevox_core._rust" bindings = "pyo3" -skip-auditwheel = true # Linuxでlibonnxruntime.so.*の不在を許してもらう +skip-auditwheel = false # Linuxでlibonnxruntime.so.*の不在を許してもらう python-source = "python" [tool.poetry] From 4d037576adcddaa379266e55718189bb084bcbfe Mon Sep 17 00:00:00 2001 From: mc_fdc Date: Tue, 26 Dec 2023 17:03:02 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20linux=E3=81=AE=E6=99=82=E3=81=AE?= =?UTF-8?q?=E3=81=BF=E3=83=93=E3=83=AB=E3=83=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core_python_api/poetry.lock | 3 +-- crates/voicevox_core_python_api/pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/voicevox_core_python_api/poetry.lock b/crates/voicevox_core_python_api/poetry.lock index 5b51b9888..fb112ad87 100644 --- a/crates/voicevox_core_python_api/poetry.lock +++ b/crates/voicevox_core_python_api/poetry.lock @@ -486,7 +486,6 @@ files = [ ] [package.dependencies] -patchelf = {version = "*", optional = true, markers = "extra == \"patchelf\""} tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [package.extras] @@ -1110,4 +1109,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "48460c7058c12c92329d903cd128a99741195bc0688b920b3b31ed8466431622" +content-hash = "39c905ee1d976c1ad0f898674b8212041bfbdf31e2d88a7f274e2c971f91d230" diff --git a/crates/voicevox_core_python_api/pyproject.toml b/crates/voicevox_core_python_api/pyproject.toml index d28157d30..de1b523b6 100644 --- a/crates/voicevox_core_python_api/pyproject.toml +++ b/crates/voicevox_core_python_api/pyproject.toml @@ -45,7 +45,8 @@ pydata-sphinx-theme = "0.14.1" sphinx-autoapi = "3.0.0" [tool.poetry.group.dev.dependencies] -maturin = {extras = ["patchelf"], version = "^1.3.2"} +maturin = "^1.3.2" +patchelf = {version = "^0.17.2.1", platform = "linux"} [tool.poetry.group.test.dependencies] pytest = "7.3.1"