Merge pull request #54462 from dotlambda/python-pkgs-remove

pythonPackages: remove some packages representing outdated versions
This commit is contained in:
Frederik Rietdijk
2019-01-23 09:38:40 +01:00
committed by GitHub
23 changed files with 71 additions and 154 deletions
@@ -9,12 +9,9 @@ python.pkgs.buildPythonApplication rec {
sha256 = "1mnh0h9m96p78b9ln1gbl4lw1mgl16qbyfi9fj2l13p3nxaq1sib";
};
argparse = null;
doCheck = false;
propagatedBuildInputs = [
python.pkgs.requests
python.pkgs.argparse
python.pkgs.pyyaml
];