diff --git a/python-py2pack.changes b/python-py2pack.changes index 09cdfa5..0811dc0 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 8 12:11:21 UTC 2023 - Markéta Machová + +- Add some forgotten requirements + ------------------------------------------------------------------- Wed May 17 08:47:27 UTC 2023 - Paolo Perego diff --git a/python-py2pack.spec b/python-py2pack.spec index c9042bb..911be7e 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -25,6 +25,7 @@ Group: Development/Languages/Python URL: https://github.com/openSUSE/py2pack Source: https://files.pythonhosted.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module ddt} BuildRequires: %{python_module metaextract} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pip} @@ -43,6 +44,7 @@ Requires: python-pbr Requires: python-pypi-search Requires: python-requests Requires: python-setuptools +Requires: python-tomli Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch