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