From d413c69c23f8ac6de3e097d15d476a23ca76bc693d55c5b5d8b9903c6bc1de58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 25 Apr 2019 07:38:04 +0000 Subject: [PATCH] Accepting request 697578 from home:mcalabkova:branches:devel:languages:python - shelve (used in beat.py) needs python3-dbm for one particular task OBS-URL: https://build.opensuse.org/request/show/697578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=116 --- python-celery.changes | 5 +++++ python-celery.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-celery.changes b/python-celery.changes index 09dabfc..e35e9d2 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 14:10:26 UTC 2019 - Marketa Calabkova + +- shelve (used in beat.py) needs python3-dbm for one particular task + ------------------------------------------------------------------- Thu Feb 21 10:48:26 UTC 2019 - John Vandenberg diff --git a/python-celery.spec b/python-celery.spec index 5bac6a6..9b96c65 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -53,6 +53,9 @@ Requires: python-kombu >= 4.0.2 Requires: python-python-dateutil Requires: python-pytz >= 2016.7 Requires: python-vine +%ifpython3 +Requires: python3-dbm +%endif Recommends: python-curses Recommends: python-pyOpenSSL Suggests: python-eventlet