From 1e3b19ca166587eb5362fb6529f3c1c64c5ca565d6f575efc6102ed2f01aaf99 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 1 Jul 2020 04:35:45 +0000 Subject: [PATCH] - Add missing BuildRequires on textfixtures. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cpplint?expand=0&rev=8 --- python-cpplint.changes | 5 +++++ python-cpplint.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-cpplint.changes b/python-cpplint.changes index d2dd9f3..507361b 100644 --- a/python-cpplint.changes +++ b/python-cpplint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 1 04:34:56 UTC 2020 - Steve Kowalik + +- Add missing BuildRequires on textfixtures. + ------------------------------------------------------------------- Thu Jun 25 04:44:48 UTC 2020 - Steve Kowalik diff --git a/python-cpplint.spec b/python-cpplint.spec index 52dbe02..abb2c0f 100644 --- a/python-cpplint.spec +++ b/python-cpplint.spec @@ -27,6 +27,7 @@ URL: https://github.com/cpplint/cpplint Source: https://files.pythonhosted.org/packages/source/c/cpplint/cpplint-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module testfixtures} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives