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) (#3437)
(cherry picked from commit d0563e34a6
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b2212bc8ef
commit
46a051d168
1 changed files with 4 additions and 3 deletions
|
@ -29,6 +29,7 @@ dnsimple >= 2 ; python_version >= '3.6'
|
|||
dataclasses ; python_version == '3.6'
|
||||
|
||||
# requirement for the opentelemetry callback plugin
|
||||
opentelemetry-api ; python_version >= '3.6'
|
||||
opentelemetry-exporter-otlp ; python_version >= '3.6'
|
||||
opentelemetry-sdk ; python_version >= '3.6'
|
||||
# WARNING: these libraries depend on grpcio, which takes 7 minutes (!) to build in CI on Python 3.10
|
||||
opentelemetry-api ; python_version >= '3.6' and python_version < '3.10'
|
||||
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