From 8d766fda8e108503234dc3d269370f985c7115e097552d1b31225b32988d47a9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jan 2022 20:55:37 +0000 Subject: [PATCH] - add python-rpm-macros dependency - remove python2 requirement - this is a python 3.x only package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bashate?expand=0&rev=16 --- python-bashate.changes | 6 ++++++ python-bashate.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-bashate.changes b/python-bashate.changes index 9ba7b1e..a4bd65e 100644 --- a/python-bashate.changes +++ b/python-bashate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 11 20:55:17 UTC 2022 - Dirk Müller + +- add python-rpm-macros dependency +- remove python2 requirement - this is a python 3.x only package + ------------------------------------------------------------------- Mon Nov 29 10:49:10 UTC 2021 - Dirk Müller diff --git a/python-bashate.spec b/python-bashate.spec index 1e8f62f..7609888 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -1,7 +1,7 @@ # # spec file for package python-bashate # -# 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 @@ -32,7 +32,7 @@ BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testtools} BuildRequires: fdupes -BuildRequires: python-argparse +BuildRequires: python-rpm-macros # OpenStack package: stestr is only available for primary python3, only test on this flavor BuildRequires: python3-stestr Requires: python-Babel >= 0.9.6