- Shift new BuildRequires to :test to avoid cycles.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=106
This commit is contained in:
parent
d613e24eda
commit
d22bcb7db5
@ -1,8 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 14 08:09:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
Tue Sep 14 08:21:26 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add missing Requires on two modules.
|
||||
- Drop no longer required appdirs Requires.
|
||||
- Shift new BuildRequires to :test to avoid cycles.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 4 14:41:14 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
@ -32,12 +32,10 @@ Summary: Virtual Python Environment builder
|
||||
License: MIT
|
||||
URL: http://www.virtualenv.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
|
||||
BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4}
|
||||
BuildRequires: %{python_module distlib >= 0.3.1}
|
||||
BuildRequires: %{python_module filelock >= 3.0.0}
|
||||
BuildRequires: %{python_module importlib-metadata >= 0.12}
|
||||
BuildRequires: %{python_module importlib-resources >= 1.0}
|
||||
BuildRequires: %{python_module platformdirs >= 2}
|
||||
BuildRequires: %{python_module setuptools >= 41.0.0}
|
||||
BuildRequires: %{python_module setuptools_scm >= 2}
|
||||
BuildRequires: %{python_module six >= 1.9.0}
|
||||
@ -59,11 +57,13 @@ Requires: python-contextlib2 >= 0.6.0
|
||||
Requires: python-pathlib2 >= 2.3.3
|
||||
%endif
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module backports.entry_points_selectable >= 1.0.4}
|
||||
BuildRequires: %{python_module coverage >= 4.5.1}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module flaky >= 3}
|
||||
BuildRequires: %{python_module packaging >= 20.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module platformdirs >= 2}
|
||||
BuildRequires: %{python_module pytest >= 4.0.0}
|
||||
BuildRequires: %{python_module pytest-env >= 0.6.2}
|
||||
BuildRequires: %{python_module pytest-freezegun >= 0.4.1}
|
||||
|
Loading…
Reference in New Issue
Block a user