From 8547fb10f9c0ea30a6e48f827f523911d7bb3353af4f1189f7b7a900f44fd5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 May 2019 08:16:38 +0000 Subject: [PATCH] Accepting request 704161 from home:markoschandras:branches:devel:languages:python - Add python-pbr to runtime dependencies since bashate is trying to import it at the very beginning. OBS-URL: https://build.opensuse.org/request/show/704161 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bashate?expand=0&rev=5 --- python-bashate.changes | 6 ++++++ python-bashate.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-bashate.changes b/python-bashate.changes index c96b81a..6b812df 100644 --- a/python-bashate.changes +++ b/python-bashate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 19 07:45:17 UTC 2019 - Markos Chandras + +- Add python-pbr to runtime dependencies since bashate is trying to + import it at the very beginning. + ------------------------------------------------------------------- Tue Feb 12 23:13:38 UTC 2019 - Jan Engelhardt diff --git a/python-bashate.spec b/python-bashate.spec index 17de31e..0c2a6cd 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -35,6 +35,7 @@ BuildRequires: %{python_module testtools} BuildRequires: fdupes BuildRequires: python-argparse Requires: python-Babel >= 0.9.6 +Requires: python-pbr BuildArch: noarch %ifpython2 Requires: python-argparse