From 90f2f641c7f14c89c8e1c27bfddec087028e5fa5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Oct 10 2020 11:53:00 +0000 Subject: * Sat Oct 10 2020 Fabian Affolter - 0.4-2 - Add missing BR (#1879768) --- diff --git a/python-lacrosse.spec b/python-lacrosse.spec index 97db9ee..9748611 100644 --- a/python-lacrosse.spec +++ b/python-lacrosse.spec @@ -3,7 +3,7 @@ Name: python-%{pkg_name} Version: 0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LaCrosse Python sensor library License: LGPLv2+ @@ -21,6 +21,7 @@ BuildRequires: python3-devel BuildRequires: python3dist(pyserial) BuildRequires: python3dist(pytest) BuildRequires: python3dist(nose) +BuildRequires: python3dist(mock) BuildRequires: python3dist(setuptools) %{?python_provide:%python_provide python3-%{pkg_name}} @@ -50,5 +51,8 @@ rm -rf %{pypi_name}.egg-info %exclude %{python3_sitelib}/tests %changelog +* Sat Oct 10 2020 Fabian Affolter - 0.4-2 +- Add missing BR (#1879768) + * Thu Sep 03 2020 Fabian Affolter - 0.4-1 - Initial package for Fedora \ No newline at end of file