python3Packages.netbox-qrcode: fix build failure (#512525)

This commit is contained in:
Nick Cao
2026-04-23 20:25:25 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
# dependencies
pillow,
qrcode,
psycopg,
psycopg2,
# nativeCheckInputs
django,
@@ -40,7 +40,7 @@ buildPythonPackage (finalAttrs: {
django
netaddr
netbox
psycopg # not specified in pyproject.toml, but required at import time
psycopg2 # not specified in pyproject.toml, but required at import time
];
preFixup = ''