forked from pool/python-pytest-xvfb
- Require also xdpyinfo as it is used for verifications
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xvfb?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
3a859f2f6c
commit
fdc9eba8f8
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 24 07:43:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Require also xdpyinfo as it is used for verifications
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 23 10:56:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Apr 23 10:56:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-xvfb
|
# spec file for package python-pytest-xvfb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@@ -22,7 +22,6 @@ Version: 1.2.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin to run Xvfb for tests
|
Summary: Pytest plugin to run Xvfb for tests
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/The-Compiler/pytest-xvfb
|
URL: https://github.com/The-Compiler/pytest-xvfb
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyVirtualDisplay >= 0.2.1}
|
BuildRequires: %{python_module PyVirtualDisplay >= 0.2.1}
|
||||||
@@ -33,6 +32,7 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: xvfb-run
|
BuildRequires: xvfb-run
|
||||||
Requires: python-PyVirtualDisplay >= 0.2.1
|
Requires: python-PyVirtualDisplay >= 0.2.1
|
||||||
Requires: python-pytest >= 2.8.1
|
Requires: python-pytest >= 2.8.1
|
||||||
|
Requires: xdpyinfo
|
||||||
Recommends: xorg-x11-server
|
Recommends: xorg-x11-server
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
Reference in New Issue
Block a user