15
0
forked from pool/python-pick

Accepting request 1090254 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1090254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pick?expand=0&rev=9
This commit is contained in:
2023-06-01 15:20:58 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 31 15:54:12 UTC 2023 - Ben Greiner <code@bnavigator.de>
- poetry-core is enough to build
-------------------------------------------------------------------
Tue Dec 6 04:21:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

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