about summary refs log tree commit diff
path: root/pkgs/applications/misc/toot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/toot/default.nix')
-rw-r--r--pkgs/applications/misc/toot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index 5a3be423cd2f..4f66d7167e10 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
   };
 
   propagatedBuildInputs = with pythonPackages;
-    [ requests2 beautifulsoup4 future ];
+    [ requests beautifulsoup4 future ];
 
   meta = with stdenv.lib; {
     description = "Mastodon CLI interface";