diff --git a/python-pathable.changes b/python-pathable.changes index 1fad171..cf2dfe2 100644 --- a/python-pathable.changes +++ b/python-pathable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 9 19:22:19 UTC 2023 - Ben Greiner + +- poetry-core is enough to build + ------------------------------------------------------------------- Fri Apr 14 06:43:10 UTC 2023 - pgajdos@suse.com diff --git a/python-pathable.spec b/python-pathable.spec index 4c91fc0..b8ccb8d 100644 --- a/python-pathable.spec +++ b/python-pathable.spec @@ -22,12 +22,11 @@ Release: 0 Summary: Object-oriented paths License: Apache-2.0 URL: https://github.com/p1c2u/pathable -Source: /https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz +Source: https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{python_module poetry-core >= 1.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # I know self obsoletion, but se want following, right? @@ -58,6 +57,7 @@ sed -i '/--cov/d' pyproject.toml %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/pathable*/ +%{python_sitelib}/pathable +%{python_sitelib}/pathable-%{version}.dist-info %changelog