15
0

- Use python dbm dependency instead of legacy gdbm

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-01-07 11:43:23 +00:00
committed by Git OBS Bridge
parent f7d514199f
commit 8a33346ae7
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Use python dbm dependency instead of legacy gdbm
-------------------------------------------------------------------
Tue Oct 8 09:06:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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