Sync from SUSE:SLFO:Main python-PyVirtualDisplay revision afb6fa22f95f1a44da1b2e19a68fc032

This commit is contained in:
2025-05-23 20:38:34 +02:00
parent eeeff1bb2a
commit fd245659f8
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 12 07:45:40 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-vncdotool build dependency
-------------------------------------------------------------------
Wed Sep 6 22:54:38 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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