17
0

Compare commits

2 Commits

Author SHA256 Message Date
88f47639de Accepting request 1223310 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-protonvpn-nm-lib?expand=0&rev=9
2024-11-11 12:46:55 +00:00
e0480caa29 Accepting request 1222865 from home:dimstar:Factory
- Do not (Build)Require dbus-1-x11: the dependency seems unused, as
  it's abstracted throughpython-dbus. dbus-1-x11 is scheduled for
  removal after the switch to dbus-broker.

OBS-URL: https://build.opensuse.org/request/show/1222865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-protonvpn-nm-lib?expand=0&rev=19
2024-11-11 09:21:02 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 8 15:52:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not (Build)Require dbus-1-x11: the dependency seems unused, as
it's abstracted throughpython-dbus. dbus-1-x11 is scheduled for
removal after the switch to dbus-broker.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 3 10:09:25 UTC 2024 - Dirk Müller <dmueller@suse.com> Wed Jan 3 10:09:25 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -38,7 +38,6 @@ BuildRequires: fdupes
BuildRequires: gobject-introspection BuildRequires: gobject-introspection
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: NetworkManager-openvpn Requires: NetworkManager-openvpn
Requires: dbus-1-x11
Requires: python-Jinja2 Requires: python-Jinja2
Requires: python-dbus-python Requires: python-dbus-python
Requires: python-distro Requires: python-distro
@@ -58,7 +57,6 @@ BuildRequires: %{python_module proton-client >= 0.5.0}
BuildRequires: %{python_module pyxdg} BuildRequires: %{python_module pyxdg}
BuildRequires: %{python_module systemd} BuildRequires: %{python_module systemd}
BuildRequires: NetworkManager-openvpn BuildRequires: NetworkManager-openvpn
BuildRequires: dbus-1-x11
# /SECTION # /SECTION
%if %{with test} %if %{with test}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}