15
0

Accepting request 942226 from home:dimstar:Factory

- Do not use %{python_module …} for suggests, as this would suggest
  all python flavors. Rather rely on the python singlespec macros
  to rewrite as needed.

OBS-URL: https://build.opensuse.org/request/show/942226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-incremental?expand=0&rev=13
This commit is contained in:
2021-12-27 09:16:09 +00:00
committed by Git OBS Bridge
parent 64ec8a6f60
commit ab270dd160
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 23 09:30:06 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not use %{python_module …} for suggests, as this would suggest
all python flavors. Rather rely on the python singlespec macros
to rewrite as needed.
-------------------------------------------------------------------
Sun May 9 16:52:36 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-incremental-test
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -35,8 +35,8 @@ Source: https://files.pythonhosted.org/packages/source/i/incremental/inc
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: %{python_module Twisted >= 16.4.0}
Suggests: %{python_module click >= 6.0}
Suggests: python-Twisted >= 16.4.0
Suggests: python-click >= 6.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Twisted >= 16.4.0}