Commit aeb60e62 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent 4658cd67
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{
  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 ];