15
0
forked from pool/python-pick

Accepting request 1090035 from home:bnavigator:branches:devel:languages:python

- poetry-core is enough to build

OBS-URL: https://build.opensuse.org/request/show/1090035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=18
This commit is contained in:
2023-06-01 11:04:19 +00:00
committed by Git OBS Bridge
parent c4ca0d0eff
commit 61b0e5776d
2 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ License: MIT
URL: https://github.com/wong2/pick
Source0: https://github.com/wong2/pick/archive/v%{version}.tar.gz#/pick-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module poetry-core >= 1}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -54,6 +54,7 @@ interactive selection list in the terminal.
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/*
%{python_sitelib}/pick
%{python_sitelib}/pick-%{version}.dist-info
%changelog