summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-01-14 08:21:50 -0500
committerGitHub <noreply@github.com>2019-01-14 08:21:50 -0500
commit66cf8c82aef31cbe84f63b54d22d261664f6ff5d (patch)
tree7b2b9e4ecddabf4c2eca134c3ffefb76de9c4b75
parentbc8e15eec4a022f455995d459e7f0c302622f2c1 (diff)
downloadnixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.tar
nixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.tar.gz
nixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.tar.bz2
nixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.tar.lz
nixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.tar.xz
nixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.tar.zst
nixpkgs-66cf8c82aef31cbe84f63b54d22d261664f6ff5d.zip
asciinema: drop requests
See: https://github.com/asciinema/asciinema/commit/4493ad454fcd0f21c621889c4cd429861b270af7
-rw-r--r--pkgs/tools/misc/asciinema/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/asciinema/default.nix b/pkgs/tools/misc/asciinema/default.nix
index 1915d0dc842..d42c666e967 100644
--- a/pkgs/tools/misc/asciinema/default.nix
+++ b/pkgs/tools/misc/asciinema/default.nix
@@ -4,8 +4,6 @@ python3Packages.buildPythonApplication rec {
   pname = "asciinema";
   version = "2.0.2";
 
-  propagatedBuildInputs = with python3Packages; [ requests ];
-
   src = fetchFromGitHub {
     owner = "asciinema";
     repo = "asciinema";