mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides: fix latest opentelemetry sdk releases
This commit is contained in:
parent
e285ac8ece
commit
b88a60b239
1 changed files with 64 additions and 9 deletions
|
@ -9248,29 +9248,84 @@
|
||||||
"setuptools-scm"
|
"setuptools-scm"
|
||||||
],
|
],
|
||||||
"opentelemetry-api": [
|
"opentelemetry-api": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "1.13.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "1.13.0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-exporter-otlp-proto-http": [
|
"opentelemetry-exporter-otlp-proto-http": [
|
||||||
"hatchling",
|
{
|
||||||
"setuptools"
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.34b0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-instrumentation": [
|
"opentelemetry-instrumentation": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.34b0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-instrumentation-asyncpg": [
|
"opentelemetry-instrumentation-asyncpg": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.34b0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-instrumentation-httpx": [
|
"opentelemetry-instrumentation-httpx": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.34b0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-proto": [
|
"opentelemetry-proto": [
|
||||||
"hatchling"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "1.13.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "1.13.0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-sdk": [
|
"opentelemetry-sdk": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "1.13.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "1.13.0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentelemetry-semantic-conventions": [
|
"opentelemetry-semantic-conventions": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.34b0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.33b0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"opentimestamps": [
|
"opentimestamps": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue