nix-prefetch-github: Remove propagatedBuildInputs `requests'
`requests' is no longer required per setup.cfg
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user