Accepting request 1057689 from devel:languages:python

- Add python_module devel to BuildRequires in the test flavor, since
  the test suite checks if the include path exists.

OBS-URL: https://build.opensuse.org/request/show/1057689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2023-01-11 16:14:19 +00:00 committed by Git OBS Bridge
commit 06e79b1330
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 11 03:46:18 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add python_module devel to BuildRequires in the test flavor, since
the test suite checks if the include path exists.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 3 02:36:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Sat Dec 3 02:36:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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
@ -65,6 +65,7 @@ Requires: python-pathlib2 >= 2.3.3
%endif %endif
%if %{with test} %if %{with test}
BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4} BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module flaky >= 3} BuildRequires: %{python_module flaky >= 3}
BuildRequires: %{python_module packaging >= 20.0} BuildRequires: %{python_module packaging >= 20.0}
BuildRequires: %{python_module platformdirs >= 2} BuildRequires: %{python_module platformdirs >= 2}