Dirk Mueller 2017-06-14 16:37:25 +00:00 committed by Git OBS Bridge
parent 651feb7a20
commit c01ec2a74a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 14 16:37:14 UTC 2017 - dmueller@suse.com
- fix build for SLE12
-------------------------------------------------------------------
Sat Jun 10 07:47:41 UTC 2017 - dmueller@suse.com

View File

@ -37,10 +37,10 @@ BuildRequires: %{python_module six}
BuildRequires: %{python_module testrepository >= 0.0.18}
BuildRequires: %{python_module testtools}
BuildRequires: fdupes
BuildRequires: python3-dbm
Requires: python-requests >= 1.1
Requires: python-six
%ifpython3
BuildRequires: python3-dbm
Requires: python3-dbm
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build