mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 11:06:44 +03:00
python3Packages.emv: relax pycountry constraint
This commit is contained in:
parent
076b65f004
commit
b103bca977
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ buildPythonPackage rec {
|
||||||
--replace '"argparse==1.4.0",' "" \
|
--replace '"argparse==1.4.0",' "" \
|
||||||
--replace "click==7.1.2" "click" \
|
--replace "click==7.1.2" "click" \
|
||||||
--replace "pyscard==2.0.0" "pyscard" \
|
--replace "pyscard==2.0.0" "pyscard" \
|
||||||
|
--replace "pycountry==20.7.3" "pycountry" \
|
||||||
--replace "terminaltables==3.1.0" "terminaltables"
|
--replace "terminaltables==3.1.0" "terminaltables"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue