From c01ec2a74a860c2a35732a5086704d26c541b884811fc47da6d6cfad9eacec75 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Jun 2017 16:37:25 +0000 Subject: [PATCH] - fix build for SLE12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=15 --- python-requests-mock.changes | 5 +++++ python-requests-mock.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-requests-mock.changes b/python-requests-mock.changes index c7894f8..5921e95 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -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 diff --git a/python-requests-mock.spec b/python-requests-mock.spec index f97b5df..dfd898c 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -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