nix-prefetch-github: Remove propagatedBuildInputs `requests'
`requests' is no longer required per setup.cfg
This commit is contained in:
parent
3c66428859
commit
08dbc60974
@ -19,7 +19,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
click
|
click
|
||||||
effect
|
effect
|
||||||
jinja2
|
jinja2
|
||||||
requests
|
|
||||||
];
|
];
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Prefetch sources from github";
|
description = "Prefetch sources from github";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user