mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
grpcio takes 7 minutes to build on Python 3.10 - make sure it's not installed indirectly. (#3435)
This commit is contained in:
parent
935348ae78
commit
d0563e34a6
1 changed files with 4 additions and 3 deletions
|
@ -29,6 +29,7 @@ dnsimple >= 2 ; python_version >= '3.6'
|
||||||
dataclasses ; python_version == '3.6'
|
dataclasses ; python_version == '3.6'
|
||||||
|
|
||||||
# requirement for the opentelemetry callback plugin
|
# requirement for the opentelemetry callback plugin
|
||||||
opentelemetry-api ; python_version >= '3.6'
|
# WARNING: these libraries depend on grpcio, which takes 7 minutes (!) to build in CI on Python 3.10
|
||||||
opentelemetry-exporter-otlp ; python_version >= '3.6'
|
opentelemetry-api ; python_version >= '3.6' and python_version < '3.10'
|
||||||
opentelemetry-sdk ; python_version >= '3.6'
|
opentelemetry-exporter-otlp ; python_version >= '3.6' and python_version < '3.10'
|
||||||
|
opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10'
|
||||||
|
|
Loading…
Reference in a new issue