15
0
2022-12-14 16:06:32 +00:00
committed by Git OBS Bridge
parent c3ab559f5f
commit e274c7c601

View File

@@ -33,7 +33,8 @@ License: MIT
URL: https://python-poetry.org/
Source: https://files.pythonhosted.org/packages/source/p/poetry-plugin-export/poetry_plugin_export-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.1.0}
BuildRequires: %{python_module poetry-core >= 1.3.0}
# No buildtime requirement of poetry: avoid build dep cycles!
BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module poetry-plugin-export = %{version}}
@@ -42,8 +43,8 @@ BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
%endif
BuildRequires: fdupes
Requires: python-poetry >= 1.2.0
Requires: python-poetry-core >= 1.1.0
Requires: python-poetry >= 1.2.2
Requires: python-poetry-core >= 1.3.0
Provides: python-poetry_plugin_export = %{version}-%{release}
BuildArch: noarch
%python_subpackages