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