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

This commit is contained in:
Gaetan Lepage
2026-04-14 22:41:27 +00:00
parent 6a5c04d1d5
commit 2b2b623d5c
@@ -9,6 +9,7 @@
# dependencies
pillow,
qrcode,
psycopg,
# nativeCheckInputs
django,
@@ -39,6 +40,7 @@ buildPythonPackage (finalAttrs: {
django
netaddr
netbox
psycopg # not specified in pyproject.toml, but required at import time
];
preFixup = ''