- 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/package/show/devel:languages:python/python-virtualenv?expand=0&rev=124
This commit is contained in:
parent
adcffc6192
commit
b9c2fd856c
@ -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>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user