python3Packages.netbox-prometheus-sd: cleanup, fix on python>=3.14
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user