Revert "pythonPackages.argparse: only for Python < 2.7"
This reverts commit 12d9eac8f0.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user