From b9c2fd856c66e1104b9308b5eabab4af27f0a07fcc850e048f3a7b73c621a7ae Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 11 Jan 2023 03:48:59 +0000 Subject: [PATCH] - 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 --- python-virtualenv.changes | 6 ++++++ python-virtualenv.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 932a5b6..6a87c97 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 11 03:46:18 UTC 2023 - Steve Kowalik + +- 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 diff --git a/python-virtualenv.spec b/python-virtualenv.spec index cdca3c2..dcd87b6 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,6 +65,7 @@ Requires: python-pathlib2 >= 2.3.3 %endif %if %{with test} BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4} +BuildRequires: %{python_module devel} BuildRequires: %{python_module flaky >= 3} BuildRequires: %{python_module packaging >= 20.0} BuildRequires: %{python_module platformdirs >= 2}