Skip to content

Commit

Permalink
Revert "pythonPackages.argparse: only for Python < 2.7"
Browse files Browse the repository at this point in the history
This breaks unittest2
c901d5b
and that would take some more effort to fix.

Maybe this is also a transient
#22697 (comment)

This reverts commit c901d5b.
  • Loading branch information
FRidh committed Feb 12, 2017
1 parent c901d5b commit 4adca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -1103,7 +1103,7 @@ in modules // {

};

argparse = if (pythonAtLeast "2.7") then null else buildPythonPackage (rec {
argparse = buildPythonPackage (rec {
name = "argparse-1.4.0";

src = pkgs.fetchurl {
Expand Down

0 comments on commit 4adca5b

Please sign in to comment.