14
0

- Fix the buildrequires to match up properly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal
2019-02-11 11:36:35 +00:00
committed by Git OBS Bridge
parent 47f4aa4ecc
commit 66881e7b73
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 11 11:36:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the buildrequires to match up properly
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 11 04:14:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com> Mon Feb 11 04:14:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -23,9 +23,8 @@ Release: 0
Summary: A repository of test results Summary: A repository of test results
License: BSD-3-Clause OR Apache-2.0 License: BSD-3-Clause OR Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://launchpad.net/testrepository URL: https://github.com/testing-cabal/testrepository
Source: https://files.pythonhosted.org/packages/source/t/testrepository/testrepository-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/t/testrepository/testrepository-%{version}.tar.gz
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module extras} BuildRequires: %{python_module extras}
BuildRequires: %{python_module fixtures} BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr}
@@ -37,6 +36,7 @@ BuildRequires: %{python_module testresources}
BuildRequires: %{python_module testscenarios} BuildRequires: %{python_module testscenarios}
BuildRequires: %{python_module testtools} BuildRequires: %{python_module testtools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-dbm
Requires: python-dbm Requires: python-dbm
Requires: python-extras Requires: python-extras
Requires: python-fixtures Requires: python-fixtures
@@ -47,7 +47,7 @@ Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildArch: noarch BuildArch: noarch
%ifpython3 %ifpython3
Requires: python3-dbm Requires: python-dbm
%endif %endif
%python_subpackages %python_subpackages