nix-prefetch-github: Remove propagatedBuildInputs `requests'

`requests' is no longer required per setup.cfg
This commit is contained in:
Sebastian Jordan 2019-06-19 00:06:29 +02:00
parent 3c66428859
commit 08dbc60974

View file

@ -19,7 +19,6 @@ python3.pkgs.buildPythonApplication rec {
click
effect
jinja2
requests
];
meta = with stdenv.lib; {
description = "Prefetch sources from github";