Merge pull request #244792 from tjni/opentelemetry-api

python310Packages.opentelemetry-api: relax importlib-metadata constraint

authored by Mario Rodas and committed by GitHub ed71ea2d c892f7b1

+6
+6
pkgs/development/python-modules/opentelemetry-api/default.nix
··· 8 8 , opentelemetry-test-utils 9 9 , setuptools 10 10 , pytestCheckHook 11 + , pythonRelaxDepsHook 11 12 }: 12 13 13 14 let ··· 28 29 29 30 nativeBuildInputs = [ 30 31 hatchling 32 + pythonRelaxDepsHook 31 33 ]; 32 34 33 35 propagatedBuildInputs = [ 34 36 deprecated 35 37 importlib-metadata 36 38 setuptools 39 + ]; 40 + 41 + pythonRelaxDeps = [ 42 + "importlib-metadata" 37 43 ]; 38 44 39 45 nativeCheckInputs = [