From edae0d2e26b4de8c85f0a058d05cc2abff9ea116 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 29 Mar 2026 02:45:32 -0700 Subject: [PATCH] chore(proton-vpn-local-agent): Use python3 macros (#10887) (#10890) No release bump because not user facing. (cherry picked from commit af266d56163e0c9d051bcafc369dfa63ec40da1c) Signed-off-by: Gilver Co-authored-by: Gilver --- .../proton-vpn-local-agent/proton-vpn-local-agent.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec b/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec index 3a449df9e8..1ceef4dd18 100644 --- a/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec +++ b/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec @@ -1,5 +1,4 @@ %define debug_package %{nil} -%define __python /usr/bin/python3 %global pypi_name proton-vpn-local-agent %global _desc Proton VPN local agent written in Rust. @@ -44,12 +43,12 @@ popd %install pushd %{name} -install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python_sitearch}/proton/vpn/local_agent.so +install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python3_sitearch}/proton/vpn/local_agent.so popd %files -n python3-%{pypi_name} %doc README.md CODEOWNERS -%{python_sitearch}/proton/vpn/local_agent.so +%{python3_sitearch}/proton/vpn/local_agent.so %changelog * Sun Jan 18 2026 Owen Zimmerman