diff --git a/python-pynetbox.changes b/python-pynetbox.changes index 8615603..c2b8db6 100644 --- a/python-pynetbox.changes +++ b/python-pynetbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 7 07:40:44 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Thu Feb 24 20:42:55 UTC 2022 - Martin Hauke diff --git a/python-pynetbox.spec b/python-pynetbox.spec index 5437a64..05ffcd2 100644 --- a/python-pynetbox.spec +++ b/python-pynetbox.spec @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/digitalocean/pynetbox Source: https://files.pythonhosted.org/packages/source/p/pynetbox/pynetbox-%{version}.tar.gz BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module mock} BuildRequires: %{python_module netaddr} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests}