From 41aa083ac2581e3e4ee871136b1991016f49c9a179b06e33abf6d2530fed56ff Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 24 Aug 2018 09:36:45 +0000 Subject: [PATCH] Accepting request 631275 from home:comurphy:branches:devel:languages:python - Add python3-dbm dependency * Required for python3: https://github.com/mtreinish/stestr/blob/2.1.1/stestr/subunit_trace.py#L34-L39 OBS-URL: https://build.opensuse.org/request/show/631275 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=11 --- python-stestr.changes | 6 ++++++ python-stestr.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-stestr.changes b/python-stestr.changes index ed3657a..d1b0171 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 24 09:29:20 UTC 2018 - comurphy@suse.com + +- Add python3-dbm dependency + * Required for python3: https://github.com/mtreinish/stestr/blob/2.1.1/stestr/subunit_trace.py#L34-L39 + ------------------------------------------------------------------- Tue Aug 7 20:19:38 UTC 2018 - dmueller@suse.com diff --git a/python-stestr.spec b/python-stestr.spec index aa9bbb5..13bb1ad 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -48,6 +48,9 @@ Requires: python-python-subunit >= 1.3.0 Requires: python-six >= 1.10.0 Requires: python-testtools >= 2.2.0 Requires: python-voluptuous >= 0.8.9 +%ifpython3 +Requires: python3-dbm +%endif Requires(post): update-alternatives Requires(postun): update-alternatives Suggests: python-subunit2sql >= 1.8.0