15
0

Accepting request 945674 from devel:languages:python

- add python-rpm-macros dependency
- remove python2 requirement - this is a python 3.x only package

OBS-URL: https://build.opensuse.org/request/show/945674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bashate?expand=0&rev=8
This commit is contained in:
2022-01-11 22:42:37 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 11 20:55:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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