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:
parent
a06dd213b6
commit
c0cb70bf7c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue