summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2015-11-16 19:41:56 +0100
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2015-11-16 19:45:06 +0100
commitc0cb70bf7c72c8dad01212f1cdf7c52028335dbd (patch)
tree07b111a6bd58cf29fe31cca94a1f7f82ef022cb2 /pkgs
parenta06dd213b6574bacafc08d48043c03afed92d8cb (diff)
downloadnixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.tar
nixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.tar.gz
nixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.tar.bz2
nixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.tar.lz
nixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.tar.xz
nixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.tar.zst
nixpkgs-c0cb70bf7c72c8dad01212f1cdf7c52028335dbd.zip
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 87a9c767cf0..9b36e7fbe84 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";