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
@ -3495,7 +3495,7 @@ let
|
|||||||
md5 = "2cc57e1d134aa93404e779b9311676fa";
|
md5 = "2cc57e1d134aa93404e779b9311676fa";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ oauth2 requests ];
|
propagatedBuildInputs = with self; [ oauth2 requests2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Official Python API client for Discogs";
|
description = "Official Python API client for Discogs";
|
||||||
|
Loading…
Reference in New Issue
Block a user