fix (proton-vpn-api-core): requires_exclude (#9542)

* fix (proton-vpn-api-core): requires_exclude

Signed-off-by: Owen-sz <owen@fyralabs.com>

* fix: The silly

* update regex

Signed-off-by: Owen-sz <owen@fyralabs.com>

---------

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2026-01-30 22:11:19 -06:00
committed by GitHub
parent 8925e9d0f4
commit eefa5e5a7c
@@ -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 <owen@fyralabs.com>
%description