3
0
Fork 0
forked from mirrors/nixpkgs

Revert "pythonPackages.argparse: only for Python < 2.7"

Mass-rebuild, goes into staging.

This reverts commit bee23d7dfc.
This commit is contained in:
Frederik Rietdijk 2017-02-12 11:27:13 +01:00
parent af9857ef47
commit 543721d766

View file

@ -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 {