From e9421446c13656d2d53fb2da1ef2adedd74d57d8fc96283b24f3070fe1461167 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 5 Dec 2022 01:22:44 +0000 Subject: [PATCH] - Remove unneeded Requires on mock and six. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pifpaf?expand=0&rev=25 --- python-pifpaf.changes | 5 +++++ python-pifpaf.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-pifpaf.changes b/python-pifpaf.changes index 04165d9..ee506b7 100644 --- a/python-pifpaf.changes +++ b/python-pifpaf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 5 01:21:59 UTC 2022 - Steve Kowalik + +- Remove unneeded Requires on mock and six. + ------------------------------------------------------------------- Thu Jun 17 21:13:02 UTC 2021 - Dirk Müller diff --git a/python-pifpaf.spec b/python-pifpaf.spec index f021cb9..766c3a1 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -1,7 +1,7 @@ # # spec file for package python-pifpaf # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,6 @@ Version: 3.1.5 Release: 0 Summary: Suite of tools and fixtures to manage daemons for testing License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/jd/pifpaf Source: https://pypi.io/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz BuildRequires: %{python_module pbr} @@ -32,10 +31,8 @@ Requires: python-Jinja2 Requires: python-click Requires: python-daiquiri Requires: python-fixtures -Requires: python-mock Requires: python-psutil Requires: python-requests -Requires: python-six Requires: python-testrepository Requires: python-testtools Requires: python-xattr