From dcd3e014dcd338b0b2cb9ffed777dd85cb607877ea2f2bdf4fac5344cbff4034 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 25 Jul 2019 19:29:28 +0000 Subject: [PATCH] - add missing dependency python-Deprecated OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=44 --- python-pymisp.changes | 5 +++++ python-pymisp.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pymisp.changes b/python-pymisp.changes index b19964c..178b033 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 25 19:29:09 UTC 2019 - Sebastian Wagner + +- add missing dependency python-Deprecated + ------------------------------------------------------------------- Thu Jul 25 19:21:30 UTC 2019 - Sebastian Wagner diff --git a/python-pymisp.spec b/python-pymisp.spec index 2d63780..62817b9 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -39,6 +39,7 @@ Recommends: python-magic Suggests: python-pydeep BuildArch: noarch # SECTION tests +BuildRequires: %{python_module Deprecated} BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-magic} @@ -55,6 +56,7 @@ BuildRequires: python3-sphinx-autodoc-typehints %ifpython2 Requires: python2-enum34 %endif +Requires: python-Deprecated %python_subpackages %package -n %{name}-doc