Commit 2b2b623d authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent 6a5c04d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = ''