From c0cb70bf7c72c8dad01212f1cdf7c52028335dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Mon, 16 Nov 2015 19:41:56 +0100 Subject: [PATCH] python-discogs-client: use requests2 This fixes an issue in beets which would depend on two versions of requests if this used requests and not requests2. --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 87a9c767cf08..9b36e7fbe849 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3495,7 +3495,7 @@ let md5 = "2cc57e1d134aa93404e779b9311676fa"; }; - propagatedBuildInputs = with self; [ oauth2 requests ]; + propagatedBuildInputs = with self; [ oauth2 requests2 ]; meta = { description = "Official Python API client for Discogs";