From 81519b1a7bd6b67c631d247ea21a7b37bd0acc11d23bb5967203be1496e796ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 13 Jun 2025 12:20:23 +0000 Subject: [PATCH] fix deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-synr?expand=0&rev=4 --- python-synr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-synr.spec b/python-synr.spec index d1474e7..1decadc 100644 --- a/python-synr.spec +++ b/python-synr.spec @@ -26,8 +26,8 @@ Source0: https://files.pythonhosted.org/packages/source/s/synr/synr-%{ver Source1: https://github.com/octoml/synr/raw/v%{version}/tests/test_synr.py BuildRequires: %{python_module attrs} BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros