diff --git a/python-happybase.changes b/python-happybase.changes index d8f1f0d..a8f2505 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 13:54:27 UTC 2021 - Dirk Müller + +- add missing six buildrequires + ------------------------------------------------------------------- Tue Mar 31 12:03:26 UTC 2020 - Paolo Stivanin diff --git a/python-happybase.spec b/python-happybase.spec index d78b3b8..f1f4ace 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -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