Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
fd245659f8 |
@@ -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>
|
Wed Sep 6 22:54:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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 psutil}
|
||||||
BuildRequires: %{python_module pytest-xdist}
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module vncdotool >= 0.13.0}
|
|
||||||
BuildRequires: /usr/bin/who
|
BuildRequires: /usr/bin/who
|
||||||
BuildRequires: xmessage
|
BuildRequires: xmessage
|
||||||
BuildRequires: xorg-x11-server-extra
|
BuildRequires: xorg-x11-server-extra
|
||||||
@@ -64,6 +63,8 @@ PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyVirtualDisplay-%{version}
|
%setup -q -n PyVirtualDisplay-%{version}
|
||||||
|
# Ignore test_xvnc.py to remove python-vncdotool build dependency
|
||||||
|
rm tests/test_xvnc.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Reference in New Issue
Block a user