python3Packages.prometheus-client: add nix-update-script

This commit is contained in:
Alexis Hildebrandt
2026-06-06 22:26:58 +02:00
parent 22b6559426
commit 08f0eaf008
@@ -8,6 +8,7 @@
twisted,
pytest-benchmark,
pytestCheckHook,
nix-update-script,
}:
buildPythonPackage (finalAttrs: {
@@ -45,6 +46,8 @@ buildPythonPackage (finalAttrs: {
"test_instance_ip_grouping_key"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Prometheus instrumentation library for Python applications";
homepage = "https://github.com/prometheus/client_python";