python310Packages.opentelemetry-api: relax importlib-metadata constraint

This commit is contained in:
Theodore Ni 2023-07-22 01:21:17 -07:00
parent c892f7b1e4
commit 428102a720
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -8,6 +8,7 @@
, opentelemetry-test-utils
, setuptools
, pytestCheckHook
, pythonRelaxDepsHook
}:
let
@ -28,6 +29,7 @@ let
nativeBuildInputs = [
hatchling
pythonRelaxDepsHook
];
propagatedBuildInputs = [
@ -36,6 +38,10 @@ let
setuptools
];
pythonRelaxDeps = [
"importlib-metadata"
];
nativeCheckInputs = [
opentelemetry-test-utils
pytestCheckHook