Revert "pythonPackages.argparse: only for Python < 2.7"
Mass-rebuild, goes into staging.
This reverts commit bee23d7dfc
.
This commit is contained in:
parent
af9857ef47
commit
543721d766
|
@ -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…
Reference in New Issue