Unverified Commit 45d7f9fc authored by teutat3s's avatar teutat3s
Browse files

yubioath-flutter: fix build by relaxing helper deps

parent 963006aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ buildPythonApplication {
    sed -i \
      -e 's,zxing-cpp = .*,zxing-cpp = "*",g' \
      -e 's,mss = .*,mss = "*",g' \
      -e 's,yubikey-manager = .*,yubikey-manager = "*",g' \
      -e 's,Pillow = .*,Pillow = "*",g' \
      pyproject.toml
  '';