From 85bef0335a5c0b51c901c2002b08954589299a0c74b500286c69ae8ab76ef553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 2 Jul 2021 13:30:17 +0000 Subject: [PATCH] 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 --- python-kombu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-kombu.spec b/python-kombu.spec index f422815..030c7d2 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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