diff --git a/python-stomp.py.changes b/python-stomp.py.changes index 9b5cb88..91fee78 100644 --- a/python-stomp.py.changes +++ b/python-stomp.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 14 11:22:18 UTC 2022 - Sebastian Wagner + +- Relieve python dependencies (replace ^ with >=). + ------------------------------------------------------------------- Sun Feb 6 08:23:36 UTC 2022 - Sebastian Wagner diff --git a/python-stomp.py.spec b/python-stomp.py.spec index 63ae8d9..3681b72 100644 --- a/python-stomp.py.spec +++ b/python-stomp.py.spec @@ -30,7 +30,6 @@ BuildRequires: %{python_module poetry} BuildRequires: fdupes BuildRequires: python-rpm-generators BuildRequires: python-rpm-macros -Requires: python-docopt >= 0.6.2 Requires(post): update-alternatives Requires(postun):update-alternatives %{?python_enable_dependency_generator} @@ -42,6 +41,7 @@ A Python client library for accessing messaging servers (such as ActiveMQ, Apoll %prep %setup -q -n stomp.py-%{version} +sed -i 's/\^/>=/' pyproject.toml %build %pyproject_wheel