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