15
0

Accepting request 942715 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/942715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-incremental?expand=0&rev=6
This commit is contained in:
2021-12-28 11:26:07 +00:00
committed by Git OBS Bridge
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}