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