From eefa5e5a7c874fd6b03dbfa630ecd9a83d728776 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:11:19 -0600 Subject: [PATCH] fix (proton-vpn-api-core): requires_exclude (#9542) * fix (proton-vpn-api-core): requires_exclude Signed-off-by: Owen-sz * fix: The silly * update regex Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz Co-authored-by: Gilver --- .../python/proton-vpn-api-core/proton-vpn-api-core.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec b/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec index c926f90346..d93a5c7fdd 100644 --- a/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec +++ b/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec @@ -1,9 +1,11 @@ %global pypi_name proton-vpn-api-core %global _desc A facade to the other Proton VPN components, exposing a uniform API to the available Proton VPN services. +%global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ + Name: python-%{pypi_name} Version: 4.14.3 -Release: 1%?dist +Release: 2%?dist Summary: A facade to the other Proton VPN components License: GPL-3.0-Only URL: https://github.com/ProtonVPN/python-proton-vpn-api-core @@ -14,6 +16,8 @@ BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools +Requires: python3-proton-vpn-local-agent + Packager: Owen Zimmerman %description