python312Packages.netbox-contract: fix

This commit is contained in:
emaryn
2025-06-24 05:13:07 +08:00
parent cd28da2461
commit a0cf5b7d10
@@ -7,6 +7,7 @@
python-dateutil,
drf-yasg,
netbox,
netaddr,
}:
buildPythonPackage rec {
pname = "netbox-contract";
@@ -32,6 +33,7 @@ buildPythonPackage rec {
# running tests requires initialized django project
nativeCheckInputs = [
netbox
netaddr
];
preFixup = ''