py-kombu: pick older version of py-setuptools (#40642)
This commit is contained in:
parent
0c18f81b80
commit
8714b24420
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class PyKombu(PythonPackage):
|
|||
|
||||
variant("redis", default=False, description="Use redis transport")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-setuptools@:55", type="build")
|
||||
depends_on("py-amqp@2.5.2:2.5", when="@:4.6.6", type=("build", "run"))
|
||||
depends_on("py-amqp@2.6.0:2.6", when="@4.6.7:4", type=("build", "run"))
|
||||
depends_on("py-amqp@5.0.0:5", when="@5.0.0:5.0.2", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue