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