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

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



* fix: The silly

* update regex



---------



(cherry picked from commit eefa5e5a7c)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Raboneko
2026-01-30 20:15:26 -08:00
committed by GitHub
parent 3c60769499
commit 4ee76ddeab
@@ -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