Loading pkgs/development/python-modules/netbox-plugin-prometheus-sd/default.nix +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: { Loading @@ -30,6 +35,7 @@ buildPythonPackage (finalAttrs: { dependencies = [ django netaddr psycopg # not specified in pyproject.toml, but required at import time ]; nativeCheckInputs = [ netbox ]; Loading Loading
pkgs/development/python-modules/netbox-plugin-prometheus-sd/default.nix +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: { Loading @@ -30,6 +35,7 @@ buildPythonPackage (finalAttrs: { dependencies = [ django netaddr psycopg # not specified in pyproject.toml, but required at import time ]; nativeCheckInputs = [ netbox ]; Loading