python.pkgs.argparse: remove

argparse is part of stdlib in 2.7 and 3.2+
This commit is contained in:
Robert Schütz
2019-01-22 12:43:07 +01:00
parent abf05bd7d1
commit 8c57113e14
18 changed files with 19 additions and 33 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ in buildPythonApplication rec {
sha256 = "17yj5n8byxp09l5zkap73hpphjy35px84wy68ps824w8l0l8kcd4";
};
propagatedBuildInputs = [ argparse pytz ];
propagatedBuildInputs = [ pytz ];
prePatch = ''
siteDir=$out/${python.sitePackages}