Unverified Commit b5f747c7 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #232322 from teutat3s/fix/yubioath-flutter

yubioath-flutter: fix build by relaxing python helper deps
parents 2c3a5a0f 45d7f9fc
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
  '';