From 93ef1c43bc511127c726aaaf9d0883e211bc8b4e Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 30 Sep 2023 23:37:24 +0800 Subject: [PATCH] fix: ruff (#725) Signed-off-by: madomado --- anda/python/ruff/python3-ruff.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index a527a28b84..7ab5b945d6 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -21,7 +21,7 @@ integrating more functionality behind a single, common interface. maturin build --release --strip --locked --all-features %install -python3.11 -m installer --destdir="%{buildroot}" target/wheels/*.whl +python3 -m installer --destdir="%{buildroot}" target/wheels/*.whl rm -rf %{python3_sitelib}/ruff/__pycache__ %files