python3Packages.emv: fix build

This commit is contained in:
Jonathan Ringer 2021-12-07 22:46:59 -08:00
parent 5fdfc54d59
commit 207295e6c2
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -21,6 +21,7 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace "click==7.1.2" "click" \
--replace "terminaltables==3.1.0" "terminaltables~=3.1" \
--replace "pyscard==2.0.0" "pyscard"
'';