python.pkgs.argparse: remove
argparse is part of stdlib in 2.7 and 3.2+
This commit is contained in:
@@ -9,12 +9,9 @@ python.pkgs.buildPythonApplication rec {
|
||||
sha256 = "1mnh0h9m96p78b9ln1gbl4lw1mgl16qbyfi9fj2l13p3nxaq1sib";
|
||||
};
|
||||
|
||||
argparse = null;
|
||||
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
python.pkgs.requests
|
||||
python.pkgs.argparse
|
||||
python.pkgs.pyyaml
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user