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