From 35e9456a99d1a5389e96897a9799fd05044f04813a786745dae908f6bf51c142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 May 2025 08:54:13 +0000 Subject: [PATCH] Accepting request 1276766 from home:dgarcia:branches:devel:languages:python - Remove python-vncdotool build dependency OBS-URL: https://build.opensuse.org/request/show/1276766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=39 --- python-PyVirtualDisplay.changes | 5 +++++ python-PyVirtualDisplay.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-PyVirtualDisplay.changes b/python-PyVirtualDisplay.changes index 0b80a51..45a7f13 100644 --- a/python-PyVirtualDisplay.changes +++ b/python-PyVirtualDisplay.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 12 07:45:40 UTC 2025 - Daniel Garcia + +- Remove python-vncdotool build dependency + ------------------------------------------------------------------- Wed Sep 6 22:54:38 UTC 2023 - Dirk Müller diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index 87475f3..06d0043 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-PyVirtualDisplay # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,7 +50,6 @@ BuildRequires: %{python_module entrypoint2} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module vncdotool >= 0.13.0} BuildRequires: /usr/bin/who BuildRequires: xmessage BuildRequires: xorg-x11-server-extra @@ -64,6 +63,8 @@ PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc. %prep %setup -q -n PyVirtualDisplay-%{version} +# Ignore test_xvnc.py to remove python-vncdotool build dependency +rm tests/test_xvnc.py %build %python_build