python3Packages.netbox-prometheus-sd: cleanup, fix on python>=3.14

This commit is contained in:
Gaetan Lepage
2026-04-14 22:14:41 +00:00
parent 4658cd67e3
commit aeb60e6292
@@ -1,11 +1,16 @@
{
lib,
buildPythonPackage,
django,
fetchFromGitHub,
# build-system
poetry-core,
# dependencies
django,
netaddr,
netbox,
poetry-core,
psycopg,
}:
buildPythonPackage (finalAttrs: {
@@ -30,6 +35,7 @@ buildPythonPackage (finalAttrs: {
dependencies = [
django
netaddr
psycopg # not specified in pyproject.toml, but required at import time
];
nativeCheckInputs = [ netbox ];