From 9a2bfa2d70e57f4f708b7d90e415fb6f02a085652a855604446a73a8b0b565be Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Apr 2022 09:35:59 +0000 Subject: [PATCH] Accepting request 967424 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/967424 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pynetbox?expand=0&rev=54 --- python-pynetbox.changes | 5 +++++ python-pynetbox.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}