Accepting request 903715 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/903715 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=164
This commit is contained in:
parent
4bc5d03284
commit
85bef0335a
@ -30,8 +30,6 @@ BuildRequires: %{python_module PyYAML >= 3.10}
|
||||
BuildRequires: %{python_module Pyro4}
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module amqp >= 5.0.6}
|
||||
BuildRequires: %{python_module azure-core}
|
||||
BuildRequires: %{python_module azure-servicebus}
|
||||
BuildRequires: %{python_module boto3 >= 1.4.4}
|
||||
BuildRequires: %{python_module cached-property}
|
||||
BuildRequires: %{python_module case >= 1.5.2}
|
||||
@ -70,6 +68,8 @@ provide proven and tested solutions to common messaging problems.
|
||||
%setup -q -n kombu-%{version}
|
||||
# pinned dependencies are bad
|
||||
sed -i -e 's:==:>=:g' requirements/*.txt requirements/extras/*.txt
|
||||
# we don't want to pull in the whole azure stack because of few tests of a non-essential feature
|
||||
rm t/unit/transport/test_azureservicebus.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Loading…
Reference in New Issue
Block a user