Python: replace requests2 with requests tree-wide
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
This commit is contained in:
@@ -7,7 +7,7 @@ in pythonPackages.buildPythonApplication rec {
|
||||
version = "1.4.0";
|
||||
|
||||
buildInputs = with pythonPackages; [ nose ];
|
||||
propagatedBuildInputs = with pythonPackages; [ requests2 ];
|
||||
propagatedBuildInputs = with pythonPackages; [ requests ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "asciinema";
|
||||
|
||||
Reference in New Issue
Block a user