yubioath-flutter: fix build by relaxing helper deps

This commit is contained in:
teutat3s 2023-05-17 02:58:30 +02:00
parent 963006aab3
commit 45d7f9fcc3
Signed by untrusted user: teutat3s
GPG key ID: 18DAE600A6BBE705

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