From a816aa72b183195af162c6feabfd5b0122b33878b79d66fa3d7f67619b108d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 09:50:26 +0000 Subject: [PATCH] - Siwtch to unittest-xml-reporting OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=5 --- python-adapt-parser.changes | 5 +++++ python-adapt-parser.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-adapt-parser.changes b/python-adapt-parser.changes index 4cc9d07..5bc0257 100644 --- a/python-adapt-parser.changes +++ b/python-adapt-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 09:50:13 UTC 2019 - Tomáš Chvátal + +- Siwtch to unittest-xml-reporting + ------------------------------------------------------------------- Mon Mar 4 14:04:48 UTC 2019 - Tomáš Chvátal diff --git a/python-adapt-parser.spec b/python-adapt-parser.spec index 31c6336..6ad7537 100644 --- a/python-adapt-parser.spec +++ b/python-adapt-parser.spec @@ -28,7 +28,7 @@ Source: https://github.com/MycroftAI/adapt/archive/release/v%{version}.t BuildRequires: %{python_module pyee >= 1.0.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.10.0} -BuildRequires: %{python_module xmlrunner} +BuildRequires: %{python_module unittest-xml-reporting} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pyee >= 1.0.1