Matej Cepl 2019-11-15 11:39:24 +00:00 committed by Git OBS Bridge
parent 8bb587ae82
commit 78b00d1617
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Thu Nov 14 19:05:26 CET 2019 - Matej Cepl <mcepl@suse.com>
- Add dependency on the full python (which is not pulled by
setuptools anymore).
setuptools anymore). Use %{pythons} macro now.
-------------------------------------------------------------------
Tue Jul 2 18:11:23 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -33,8 +33,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil > 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: python
BuildRequires: python3
BuildRequires: %{pythons}
%ifpython2
BuildRequires: python-mock
%endif