From 86138531bc5040d35d9c5822066b0a973a56a3e3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 10 Jul 2022 01:47:37 +0200 Subject: [PATCH] python310Packages.tweepy: add missing input --- pkgs/development/python-modules/tweepy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/tweepy/default.nix b/pkgs/development/python-modules/tweepy/default.nix index f837527be60c..b488ad8eaed7 100644 --- a/pkgs/development/python-modules/tweepy/default.nix +++ b/pkgs/development/python-modules/tweepy/default.nix @@ -8,6 +8,7 @@ , pythonOlder , requests , requests-oauthlib +, six , vcrpy }: @@ -31,6 +32,7 @@ buildPythonPackage rec { oauthlib requests requests-oauthlib + six ]; checkInputs = [