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