1
0

- Do not pull in Brownie as it is not needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2019-11-06 13:44:41 +00:00 committed by Git OBS Bridge
parent 098d80a9c6
commit 0968948fbe
2 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 6 13:42:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not pull in Brownie as it is not needed
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 19 13:00:25 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Nov 19 13:00:25 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-watchdog # spec file for package python-watchdog
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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,12 +22,10 @@ Version: 0.9.0
Release: 0 Release: 0
Summary: Filesystem events monitoring Summary: Filesystem events monitoring
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python URL: https://github.com/gorakhargosh/watchdog
URL: http://github.com/gorakhargosh/watchdog
Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz
Patch0: add-missing-conftest.patch Patch0: add-missing-conftest.patch
BuildRequires: %{python_module pathtools} BuildRequires: %{python_module pathtools}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-timeout >= 0.3} BuildRequires: %{python_module pytest-timeout >= 0.3}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -38,9 +36,6 @@ Requires: python-PyYAML
Requires: python-argh Requires: python-argh
Requires: python-pathtools Requires: python-pathtools
BuildArch: noarch BuildArch: noarch
%ifpython2
Requires: python-Brownie
%endif
%python_subpackages %python_subpackages
%description %description
@ -48,7 +43,6 @@ Python API and shell utilities to monitor file system events.
%package doc %package doc
Summary: Documentation and examples for %{name} Summary: Documentation and examples for %{name}
Group: Documentation/HTML
%description doc %description doc
This package contains documentation and examples for %{name}. This package contains documentation and examples for %{name}.
@ -69,7 +63,7 @@ cd docs && make html && rm -r build/html/.buildinfo build/html/objects.inv # Bui
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} %pytest
%files %{python_files} %files %{python_files}
%license COPYING LICENSE %license COPYING LICENSE