Merge pull request #160171 from fabaff/fix-emv

python3Packages.emv: relax pycountry constraint
This commit is contained in:
Fabian Affolter 2022-02-15 17:26:11 +01:00 committed by GitHub
commit 56850857bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ buildPythonPackage rec {
--replace '"argparse==1.4.0",' "" \
--replace "click==7.1.2" "click" \
--replace "pyscard==2.0.0" "pyscard" \
--replace "pycountry==20.7.3" "pycountry" \
--replace "terminaltables==3.1.0" "terminaltables"
'';