pythonPackages.argparse: only for Python < 2.7
This commit is contained in:
parent
2ce45fbf0d
commit
12d9eac8f0
@ -1321,7 +1321,7 @@ in {
|
||||
|
||||
};
|
||||
|
||||
argparse = buildPythonPackage (rec {
|
||||
argparse = if (pythonAtLeast "2.7") then null else buildPythonPackage (rec {
|
||||
name = "argparse-1.4.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user