mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user