Add comment explaining substitute

This commit is contained in:
2023-08-29 11:30:27 +03:00
parent f62863c18b
commit ad4277c3bb

View File

@@ -39,6 +39,7 @@
];
src = solo1-cli-src;
# python-fido2 changed CTAP1 -> Ctap1 and CTAP2 -> Ctap2 at some point
postPatch = ''
#substituteInPlace solo/devices/base.py --replace 'CTAP1' 'Ctap1'
substituteInPlace solo/devices/solo_v1.py --replace 'CTAP1' 'Ctap1'