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

yubioath-flutter: fix build by relaxing python helper deps
This commit is contained in:
Martin Weinelt
2023-05-17 13:36:37 +02:00
committed by GitHub
@@ -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
'';