From 05067b8956c84e7e9ab73932f8038d0a696630387f297df48cdc9c07247f151c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 8 Jun 2023 18:45:05 +0000 Subject: [PATCH] Accepting request 1091437 from home:mcalabkova:branches:devel:languages:python - Add some forgotten requirements OBS-URL: https://build.opensuse.org/request/show/1091437 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=99 --- python-py2pack.changes | 5 +++++ python-py2pack.spec | 2 ++ 2 files changed, 7 insertions(+) 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