From ff4a2f41f628c7c11cf2d30c521c5dd7ab4575532fc0e4094cf38a00888a33a9 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 3 Jan 2023 08:16:51 +0000 Subject: [PATCH] - Actually correct BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=59 --- python-Beaker.changes | 5 +++++ python-Beaker.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Beaker.changes b/python-Beaker.changes index 52c1498..b546fd1 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 3 08:16:03 UTC 2023 - Steve Kowalik + +- Actually correct BuildRequires. + ------------------------------------------------------------------- Tue Dec 20 06:34:00 UTC 2022 - Steve Kowalik diff --git a/python-Beaker.spec b/python-Beaker.spec index 68310d0..303bce9 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Beaker # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,9 +32,9 @@ BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dbm} BuildRequires: %{python_module pycryptodome} BuildRequires: %{python_module pylibmc} +BuildRequires: %{python_module pymemcache} BuildRequires: %{python_module pymongo} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module python-memcached} BuildRequires: %{python_module redis} BuildRequires: %{python_module setuptools} BuildRequires: fdupes