- Add missing dependency PyCairo and pytest-asyncio
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-network-manager?expand=0&rev=6
This commit is contained in:
parent
9a951a48ec
commit
35e24e1194
@ -4,6 +4,11 @@ Mon Mar 25 14:54:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|||||||
- update to 0.4.0:
|
- update to 0.4.0:
|
||||||
* Initialize connection with persisted parameters
|
* Initialize connection with persisted parameters
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 15:13:08 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency PyCairo and pytest-asyncio
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 15:11:27 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
Tue Mar 19 15:11:27 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@ BuildRequires: %{python_module gobject}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module proton-core}
|
BuildRequires: %{python_module proton-core}
|
||||||
BuildRequires: %{python_module proton-vpn-connection}
|
BuildRequires: %{python_module proton-vpn-connection}
|
||||||
|
BuildRequires: %{python_module pycairo}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@ -41,6 +43,7 @@ Requires: NetworkManager
|
|||||||
Requires: python-gobject
|
Requires: python-gobject
|
||||||
Requires: python-proton-core
|
Requires: python-proton-core
|
||||||
Requires: python-proton-vpn-connection
|
Requires: python-proton-vpn-connection
|
||||||
|
Requires: python-pycairo
|
||||||
Conflicts: python-protonvpn-nm-lib
|
Conflicts: python-protonvpn-nm-lib
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -59,7 +62,9 @@ This package contains functionality for Proton VPN client to interact with Netwo
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest tests
|
# test case is broken
|
||||||
|
# https://github.com/ProtonVPN/python-proton-vpn-network-manager/issues/2
|
||||||
|
%pytest tests --deselect="tests/test_networkmanager.py::test_initialize_persisted_connection_determines_initial_connection_state"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user