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
commit b5f747c7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
'';