- Conflict with pytest-runner as we provide same file on the disk

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2020-01-02 07:38:18 +00:00
committed by Git OBS Bridge
parent cae31ef290
commit 7b279f35e7
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 2 07:38:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Conflict with pytest-runner as we provide same file on the disk
-------------------------------------------------------------------
Mon Dec 9 09:44:09 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ptr
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,17 +21,17 @@
Name: python-ptr
Version: 19.11.21
Release: 0
License: MIT
Summary: Parallel asyncio Python setup(cfg|py) test runner
Url: http://github.com/facebookincubator/ptr
Group: Development/Languages/Python
License: MIT
URL: https://github.com/facebookincubator/ptr
Source: https://files.pythonhosted.org/packages/source/p/ptr/ptr-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Conflicts on site-packages/ptr.py
Conflicts: python-pytest-runner
BuildArch: noarch
%python_subpackages
%description