asciinema: drop requests
See: https://github.com/asciinema/asciinema/commit/4493ad454fcd0f21c621889c4cd429861b270af7
This commit is contained in:
@@ -4,8 +4,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pname = "asciinema";
|
pname = "asciinema";
|
||||||
version = "2.0.2";
|
version = "2.0.2";
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ requests ];
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "asciinema";
|
owner = "asciinema";
|
||||||
repo = "asciinema";
|
repo = "asciinema";
|
||||||
|
|||||||
Reference in New Issue
Block a user