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.
This commit is contained in:
Benno Fünfstück 2015-11-16 19:41:56 +01:00
parent a06dd213b6
commit c0cb70bf7c

View file

@ -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";