python312Packages.opentelemetry-semantic-conventions: fix build

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:22 +02:00
parent 4198e60c30
commit 97dfbd70a2
@@ -1,5 +1,4 @@
{
lib,
buildPythonPackage,
pythonOlder,
hatchling,
@@ -22,6 +21,8 @@ buildPythonPackage {
build-system = [ hatchling ];
dependencies = [ opentelemetry-api ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "opentelemetry.semconv" ];