diff --git a/python-thriftpy2.changes b/python-thriftpy2.changes index 4a2a54a..e36dd84 100644 --- a/python-thriftpy2.changes +++ b/python-thriftpy2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal + +- Use python dbm dependency instead of legacy gdbm + ------------------------------------------------------------------- Tue Oct 8 09:06:54 UTC 2019 - Tomáš Chvátal diff --git a/python-thriftpy2.spec b/python-thriftpy2.spec index 3f738c1..5c6cb28 100644 --- a/python-thriftpy2.spec +++ b/python-thriftpy2.spec @@ -1,7 +1,7 @@ # # spec file for package python-thriftpy2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/Thriftpy/thriftpy2 Source: https://github.com/Thriftpy/thriftpy2/archive/v%{version}.tar.gz BuildRequires: %{python_module Cython >= 0.28.4} +BuildRequires: %{python_module dbm} BuildRequires: %{python_module devel} BuildRequires: %{python_module ply >= 3.4} BuildRequires: %{python_module pytest >= 2.8} @@ -33,9 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado >= 4.0} BuildRequires: %{python_module toro >= 0.6} BuildRequires: fdupes -BuildRequires: python-gdbm BuildRequires: python-rpm-macros -BuildRequires: python3-dbm BuildRequires: python3-pytest-asyncio Requires: python-ply >= 3.4 Recommends: python-tornado >= 4.0