forked from pool/python-stomp.py
- Relieve python dependencies (replace ^ with >=).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
77b770dd76
commit
ca19f7f6ff
@@ -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
|
||||
|
Reference in New Issue
Block a user