From 61b0e5776d558a38033892dcc3314b64c8f5168351f71848f47daa90d11fefff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 1 Jun 2023 11:04:19 +0000 Subject: [PATCH] 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 --- python-pick.changes | 5 +++++ python-pick.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pick.changes b/python-pick.changes index cf516e0..4336949 100644 --- a/python-pick.changes +++ b/python-pick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 31 15:54:12 UTC 2023 - Ben Greiner + +- poetry-core is enough to build + ------------------------------------------------------------------- Tue Dec 6 04:21:32 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pick.spec b/python-pick.spec index ddbd011..4c673fd 100644 --- a/python-pick.spec +++ b/python-pick.spec @@ -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