15
0

- add missing six buildrequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=29
This commit is contained in:
2021-11-08 13:54:37 +00:00
committed by Git OBS Bridge
parent 4aef2a9e25
commit 518ac644ae
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 8 13:54:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add missing six buildrequires
-------------------------------------------------------------------
Tue Mar 31 12:03:26 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-happybase
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@ Source: https://github.com/wbolster/happybase/archive/%{version}.tar.gz
Patch0: use_pytest.patch
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module thriftpy2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros