Unverified Commit bda3b9ae authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents cc8ebf77 192593b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''