From 75bd1d4faca6cc32eea6cdbd65610cff29da24f379f68a305b41d2f30dd68c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 5 Oct 2019 07:18:23 +0000 Subject: [PATCH] Accepting request 735337 from home:cyphar:matrix - Add service_identity BuildRequires so the integration tests don't fail on Leap (required for boo#1153017). OBS-URL: https://build.opensuse.org/request/show/735337 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-treq?expand=0&rev=13 --- python-treq.changes | 6 ++++++ python-treq.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-treq.changes b/python-treq.changes index 94716ef..5118966 100644 --- a/python-treq.changes +++ b/python-treq.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 4 17:40:59 UTC 2019 - Aleksa Sarai + +- Add service_identity BuildRequires so the integration tests don't fail on + Leap (required for boo#1153017). + ------------------------------------------------------------------- Thu Sep 12 17:21:23 UTC 2019 - Tomáš Chvátal diff --git a/python-treq.spec b/python-treq.spec index 75817d2..6223600 100644 --- a/python-treq.spec +++ b/python-treq.spec @@ -33,6 +33,7 @@ BuildRequires: %{python_module httpbin} BuildRequires: %{python_module incremental} BuildRequires: %{python_module mock} BuildRequires: %{python_module requests >= 2.1.0} +BuildRequires: %{python_module service_identity} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes