Revert "pythonPackages.argparse: only for Python < 2.7"
Mass-rebuild, goes into staging. This reverts commit bee23d7dfc944de82a1b6945294567ed98f964d2.
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";
|
name = "argparse-1.4.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user